#414C6E

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

Shades of Astronaut #414C6E

Tints of Astronaut #414C6E

Color information

#414C6E (or 0x414C6E) is unknown color: approx Astronaut. HEX triplet: 41, 4C and 6E. RGB value is (65,76,110). Sum of RGB (Red+Green+Blue) = 65+76+110=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 110 - color contains mainly: blue. Hex color #414C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C6E is #BEB391. Grayscale: #4C4C4C. Windows color (decimal): -12497810 or 7228481. OLE color: 7228481.

HSL color Cylindrical-coordinate representation of color #414C6E: hue angle of 225.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #414C6E is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6576110-
CMYK0.410.3100.57
HSL225.33º25.71%34.31%-
HSV(B)225.33º40.91%43.14%-
XYZ7.587.4215.78-
YUV76.59146.86119.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.90%
GREEN value IS 76 (30.08% from 255) = 30.28%
BLUE value IS 110 (43.36% from 255) = 43.82%
R=25.90%
G=30.28%
B=43.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65761100.410.3100.57225.3325.7134.31
Hex414C6E291F039e11a22
Octal10111415651370713413242
Binary1000001100110011011101010011111101110011110000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,76,110); }

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

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

 a { background-color: rgb(65,76,110); }

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

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

 span { border-color: rgb(65,76,110); }

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