#404faf

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

Shades of Free Speech Blue #404FAF

Tints of Free Speech Blue #404FAF

Color information

#404FAF (or 0x404FAF) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4F and AF. RGB value is (64,79,175). Sum of RGB (Red+Green+Blue) = 64+79+175=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #404FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404FAF is #BFB050. Grayscale: #555555. Windows color (decimal): -12562513 or 11489088. OLE color: 11489088.

HSL color Cylindrical-coordinate representation of color #404FAF: hue angle of 231.89º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #404FAF is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6479175-
CMYK0.630.5500.31
HSL231.89º46.44%46.86%-
HSV(B)231.89º63.43%68.63%-
XYZ12.659.7841.78-
YUV85.46178.53112.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 79 (31.25% from 255) = 24.84%
BLUE value IS 175 (68.75% from 255) = 55.03%
R=20.13%
G=24.84%
B=55.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64791750.630.5500.31231.8946.4446.86
Hex404FAF3F3701Fe82e2f
Octal10011725777670373505657
Binary100000010011111010111111111111011101111111101000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404faf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,79,175); }

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

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

 a { background-color: rgb(64,79,175); }

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

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

 span { border-color: rgb(64,79,175); }

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