#404DAF

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

Shades of Free Speech Blue #404DAF

Tints of Free Speech Blue #404DAF

Color information

#404DAF (or 0x404DAF) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4D and AF. RGB value is (64,77,175). Sum of RGB (Red+Green+Blue) = 64+77+175=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #404DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404DAF is #BFB250. Grayscale: #535353. Windows color (decimal): -12563025 or 11488576. OLE color: 11488576.

HSL color Cylindrical-coordinate representation of color #404DAF: hue angle of 232.97º 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 #404DAF is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6477175-
CMYK0.630.5600.31
HSL232.97º46.44%46.86%-
HSV(B)232.97º63.43%68.63%-
XYZ12.519.4941.73-
YUV84.28179.19113.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.25%
GREEN value IS 77 (30.47% from 255) = 24.37%
BLUE value IS 175 (68.75% from 255) = 55.38%
R=20.25%
G=24.37%
B=55.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64771750.630.5600.31232.9746.4446.86
Hex404DAF3F3801Fe92e2f
Octal10011525777700373515657
Binary100000010011011010111111111111100001111111101001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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