#446BBB

Color #446BBB Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #446BBB

Tints of Free Speech Blue #446BBB

Color information

#446BBB (or 0x446BBB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 6B and BB. RGB value is (68,107,187). Sum of RGB (Red+Green+Blue) = 68+107+187=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #446BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446BBB is #BB9444. Grayscale: #686868. Windows color (decimal): -12293189 or 12282692. OLE color: 12282692.

HSL color Cylindrical-coordinate representation of color #446BBB: hue angle of 220.34º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #446BBB is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68107187-
CMYK0.640.4300.27
HSL220.34º46.67%50%-
HSV(B)220.34º63.64%73.33%-
XYZ16.6115.3349.1-
YUV104.46174.58102-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 18.78%
GREEN value IS 107 (42.19% from 255) = 29.56%
BLUE value IS 187 (73.44% from 255) = 51.66%
R=18.78%
G=29.56%
B=51.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681071870.640.4300.27220.3446.6750
Hex446BBB402B01Bdc2f32
Octal104153273100530333345762
Binary1000100110101110111011100000010101101101111011100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446BBB; }

 p { color: rgb(68,107,187); }

 H1.HeaderClassName
 {
   color: #446BBB;
 }
 .AnyTagClassName
 {
   color: #446BBB;
 }
</style>
background-color css

<style>
 a { background-color: #446BBB; }

 a { background-color: rgb(68,107,187); }

 div.DivClassName
 {
   background-color: #446BBB;
 }
 .BgClassName
 {
   background-color: #446BBB;
 }
</style>
border-color css

<style>
 span { border-color: #446BBB; }

 span { border-color: rgb(68,107,187); }

 td.TdClassName
 {
   border-color: #446BBB;
 }
 .TagClassName
 {
   border-color: #446BBB;
 }
</style>