#414E6C

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

Shades of Astronaut #414E6C

Tints of Astronaut #414E6C

Color information

#414E6C (or 0x414E6C) is unknown color: approx Astronaut. HEX triplet: 41, 4E and 6C. RGB value is (65,78,108). Sum of RGB (Red+Green+Blue) = 65+78+108=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #414E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E6C is #BEB193. Grayscale: #4D4D4D. Windows color (decimal): -12497300 or 7097921. OLE color: 7097921.

HSL color Cylindrical-coordinate representation of color #414E6C: hue angle of 221.86º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #414E6C is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6578108-
CMYK0.400.2800.58
HSL221.86º24.86%33.92%-
HSV(B)221.86º39.81%42.35%-
XYZ7.617.6615.26-
YUV77.53145.19119.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.90%
GREEN value IS 78 (30.86% from 255) = 31.08%
BLUE value IS 108 (42.58% from 255) = 43.03%
R=25.90%
G=31.08%
B=43.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65781080.400.2800.58221.8624.8633.92
Hex414E6C281C03Ade1922
Octal10111615450340723363142
Binary1000001100111011011001010001110001110101101111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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