#414EAF

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

Shades of Free Speech Blue #414EAF

Tints of Free Speech Blue #414EAF

Color information

#414EAF (or 0x414EAF) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4E and AF. RGB value is (65,78,175). Sum of RGB (Red+Green+Blue) = 65+78+175=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 78 (30.86% from 255 or 24.53% 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 #414EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414EAF is #BEB150. Grayscale: #545454. Windows color (decimal): -12497233 or 11488833. OLE color: 11488833.

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

Color convert

RGB6578175-
CMYK0.630.5500.31
HSL232.91º45.83%47.06%-
HSV(B)232.91º62.86%68.63%-
XYZ12.649.6741.76-
YUV85.17178.69113.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.44%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 175 (68.75% from 255) = 55.03%
R=20.44%
G=24.53%
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
Decimal65781750.630.5500.31232.9145.8347.06
Hex414EAF3F3701Fe92e2f
Octal10111625777670373515657
Binary100000110011101010111111111111011101111111101001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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