#414FAE

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

Shades of Free Speech Blue #414FAE

Tints of Free Speech Blue #414FAE

Color information

#414FAE (or 0x414FAE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4F and AE. RGB value is (65,79,174). Sum of RGB (Red+Green+Blue) = 65+79+174=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #414FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414FAE is #BEB051. Grayscale: #555555. Windows color (decimal): -12496978 or 11423553. OLE color: 11423553.

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

Color convert

RGB6579174-
CMYK0.630.5500.32
HSL232.29º45.61%46.86%-
HSV(B)232.29º62.64%68.24%-
XYZ12.629.7741.27-
YUV85.64177.86113.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.44%
GREEN value IS 79 (31.25% from 255) = 24.84%
BLUE value IS 174 (68.36% from 255) = 54.72%
R=20.44%
G=24.84%
B=54.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65791740.630.5500.32232.2945.6146.86
Hex414FAE3F37020e82e2f
Octal10111725677670403505657
Binary1000001100111110101110111111110111010000011101000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,79,174); }

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

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

 a { background-color: rgb(65,79,174); }

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

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

 span { border-color: rgb(65,79,174); }

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