#404CB4

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

Shades of Free Speech Blue #404CB4

Tints of Free Speech Blue #404CB4

Color information

#404CB4 (or 0x404CB4) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4C and B4. RGB value is (64,76,180). Sum of RGB (Red+Green+Blue) = 64+76+180=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 180 (70.70% from 255 or 56.25% from 320); Max value from RGB is 180 - color contains mainly: blue. Hex color #404CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404CB4 is #BFB34B. Grayscale: #535353. Windows color (decimal): -12563276 or 11816000. OLE color: 11816000.

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

Color convert

RGB6476180-
CMYK0.640.5800.29
HSL233.79º47.54%47.84%-
HSV(B)233.79º64.44%70.59%-
XYZ12.949.5544.34-
YUV84.27182.02113.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20%
GREEN value IS 76 (30.08% from 255) = 23.75%
BLUE value IS 180 (70.70% from 255) = 56.25%
R=20%
G=23.75%
B=56.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64761800.640.5800.29233.7947.5447.84
Hex404CB4403A01Dea3030
Octal100114264100720353526060
Binary1000000100110010110100100000011101001110111101010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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