#404BB6

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

Shades of Free Speech Blue #404BB6

Tints of Free Speech Blue #404BB6

Color information

#404BB6 (or 0x404BB6) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4B and B6. RGB value is (64,75,182). Sum of RGB (Red+Green+Blue) = 64+75+182=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 182 (71.48% from 255 or 56.70% from 321); Max value from RGB is 182 - color contains mainly: blue. Hex color #404BB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404BB6 is #BFB449. Grayscale: #535353. Windows color (decimal): -12563530 or 11946816. OLE color: 11946816.

HSL color Cylindrical-coordinate representation of color #404BB6: hue angle of 234.41º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #404BB6 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6475182-
CMYK0.650.5900.29
HSL234.41º47.97%48.24%-
HSV(B)234.41º64.84%71.37%-
XYZ13.079.545.4-
YUV83.91183.36113.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.94%
GREEN value IS 75 (29.69% from 255) = 23.36%
BLUE value IS 182 (71.48% from 255) = 56.70%
R=19.94%
G=23.36%
B=56.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64751820.650.5900.29234.4147.9748.24
Hex404BB6413B01Dea3030
Octal100113266101730353526060
Binary1000000100101110110110100000111101101110111101010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404BB6; }

 p { color: rgb(64,75,182); }

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

<style>
 a { background-color: #404BB6; }

 a { background-color: rgb(64,75,182); }

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

<style>
 span { border-color: #404BB6; }

 span { border-color: rgb(64,75,182); }

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