#405172

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

Shades of Astronaut #405172

Tints of Astronaut #405172

Color information

#405172 (or 0x405172) is unknown color: approx Astronaut. HEX triplet: 40, 51 and 72. RGB value is (64,81,114). Sum of RGB (Red+Green+Blue) = 64+81+114=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #405172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405172 is #BFAE8D. Grayscale: #4F4F4F. Windows color (decimal): -12562062 or 7491904. OLE color: 7491904.

HSL color Cylindrical-coordinate representation of color #405172: hue angle of 219.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #405172 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6481114-
CMYK0.440.2900.55
HSL219.6º28.09%34.9%-
HSV(B)219.6º43.86%44.71%-
XYZ8.098.1917.07-
YUV79.68147.37116.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 114 (44.92% from 255) = 44.02%
R=24.71%
G=31.27%
B=44.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64811140.440.2900.55219.628.0934.9
Hex4051722C1D037dc1c23
Octal10012116254350673343443
Binary1000000101000111100101011001110101101111101110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405172; }

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

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

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

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

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

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

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

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