#414B6E

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

Shades of Astronaut #414B6E

Tints of Astronaut #414B6E

Color information

#414B6E (or 0x414B6E) is unknown color: approx Astronaut. HEX triplet: 41, 4B and 6E. RGB value is (65,75,110). Sum of RGB (Red+Green+Blue) = 65+75+110=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 110 - color contains mainly: blue. Hex color #414B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B6E is #BEB491. Grayscale: #4B4B4B. Windows color (decimal): -12498066 or 7228225. OLE color: 7228225.

HSL color Cylindrical-coordinate representation of color #414B6E: hue angle of 226.67º 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 #414B6E is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6575110-
CMYK0.410.3200.57
HSL226.67º25.71%34.31%-
HSV(B)226.67º40.91%43.14%-
XYZ7.517.2815.76-
YUV76147.19120.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26%
GREEN value IS 75 (29.69% from 255) = 30%
BLUE value IS 110 (43.36% from 255) = 44%
R=26%
G=30%
B=44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65751100.410.3200.57226.6725.7134.31
Hex414B6E2920039e31a22
Octal10111315651400713433242
Binary10000011001011110111010100110000001110011110001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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