#414DAF

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

Shades of Free Speech Blue #414DAF

Tints of Free Speech Blue #414DAF

Color information

#414DAF (or 0x414DAF) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4D and AF. RGB value is (65,77,175). Sum of RGB (Red+Green+Blue) = 65+77+175=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #414DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414DAF is #BEB250. Grayscale: #545454. Windows color (decimal): -12497489 or 11488577. OLE color: 11488577.

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

Color convert

RGB6577175-
CMYK0.630.5600.31
HSL233.45º45.83%47.06%-
HSV(B)233.45º62.86%68.63%-
XYZ12.579.5341.73-
YUV84.58179.02114.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.50%
GREEN value IS 77 (30.47% from 255) = 24.29%
BLUE value IS 175 (68.75% from 255) = 55.21%
R=20.50%
G=24.29%
B=55.21%

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
Decimal65771750.630.5600.31233.4545.8347.06
Hex414DAF3F3801Fe92e2f
Octal10111525777700373515657
Binary100000110011011010111111111111100001111111101001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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