#414E72

Color #414E72 Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #414E72

Tints of Astronaut #414E72

Color information

#414E72 (or 0x414E72) is unknown color: approx Astronaut. HEX triplet: 41, 4E and 72. RGB value is (65,78,114). Sum of RGB (Red+Green+Blue) = 65+78+114=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #414E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E72 is #BEB18D. Grayscale: #4E4E4E. Windows color (decimal): -12497294 or 7491137. OLE color: 7491137.

HSL color Cylindrical-coordinate representation of color #414E72: hue angle of 224.08º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #414E72 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6578114-
CMYK0.430.3200.55
HSL224.08º27.37%35.1%-
HSV(B)224.08º42.98%44.71%-
XYZ7.947.7917-
YUV78.22148.19118.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.29%
GREEN value IS 78 (30.86% from 255) = 30.35%
BLUE value IS 114 (44.92% from 255) = 44.36%
R=25.29%
G=30.35%
B=44.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65781140.430.3200.55224.0827.3735.1
Hex414E722B20037e01b23
Octal10111616253400673403343
Binary10000011001110111001010101110000001101111110000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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