#405176

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

Shades of Astronaut #405176

Tints of Astronaut #405176

Color information

#405176 (or 0x405176) is unknown color: approx Astronaut. HEX triplet: 40, 51 and 76. RGB value is (64,81,118). Sum of RGB (Red+Green+Blue) = 64+81+118=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #405176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405176 is #BFAE89. Grayscale: #4F4F4F. Windows color (decimal): -12562058 or 7754048. OLE color: 7754048.

HSL color Cylindrical-coordinate representation of color #405176: hue angle of 221.11º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #405176 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6481118-
CMYK0.460.3100.54
HSL221.11º29.67%35.69%-
HSV(B)221.11º45.76%46.27%-
XYZ8.338.2818.3-
YUV80.13149.37116.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.33%
GREEN value IS 81 (32.03% from 255) = 30.80%
BLUE value IS 118 (46.48% from 255) = 44.87%
R=24.33%
G=30.80%
B=44.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64811180.460.3100.54221.1129.6735.69
Hex4051762E1F036dd1e24
Octal10012116656370663353644
Binary1000000101000111101101011101111101101101101110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405176; }

 p { color: rgb(64,81,118); }

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

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

 a { background-color: rgb(64,81,118); }

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

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

 span { border-color: rgb(64,81,118); }

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