#404CB8

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

Shades of Free Speech Blue #404CB8

Tints of Free Speech Blue #404CB8

Color information

#404CB8 (or 0x404CB8) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4C and B8. RGB value is (64,76,184). Sum of RGB (Red+Green+Blue) = 64+76+184=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 184 (72.27% from 255 or 56.79% from 324); Max value from RGB is 184 - color contains mainly: blue. Hex color #404CB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404CB8 is #BFB347. Grayscale: #545454. Windows color (decimal): -12563272 or 12078144. OLE color: 12078144.

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

Color convert

RGB6476184-
CMYK0.650.5900.28
HSL234º48.39%48.63%-
HSV(B)234º65.22%72.16%-
XYZ13.359.7246.52-
YUV84.72184.02113.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.75%
GREEN value IS 76 (30.08% from 255) = 23.46%
BLUE value IS 184 (72.27% from 255) = 56.79%
R=19.75%
G=23.46%
B=56.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal64761840.650.5900.2823448.3948.63
Hex404CB8413B01Cea3031
Octal100114270101730343526061
Binary1000000100110010111000100000111101101110011101010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,76,184); }

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

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

 a { background-color: rgb(64,76,184); }

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

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

 span { border-color: rgb(64,76,184); }

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