#414FAD

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

Shades of Free Speech Blue #414FAD

Tints of Free Speech Blue #414FAD

Color information

#414FAD (or 0x414FAD) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4F and AD. RGB value is (65,79,173). Sum of RGB (Red+Green+Blue) = 65+79+173=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #414FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414FAD is #BEB052. Grayscale: #555555. Windows color (decimal): -12496979 or 11358017. OLE color: 11358017.

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

Color convert

RGB6579173-
CMYK0.620.5400.32
HSL232.22º45.38%46.67%-
HSV(B)232.22º62.43%67.84%-
XYZ12.529.7340.75-
YUV85.53177.36113.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.50%
GREEN value IS 79 (31.25% from 255) = 24.92%
BLUE value IS 173 (67.97% from 255) = 54.57%
R=20.50%
G=24.92%
B=54.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65791730.620.5400.32232.2245.3846.67
Hex414FAD3E36020e82d2f
Octal10111725576660403505557
Binary1000001100111110101101111110110110010000011101000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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