#405079

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

Shades of Astronaut #405079

Tints of Astronaut #405079

Color information

#405079 (or 0x405079) is unknown color: approx Astronaut. HEX triplet: 40, 50 and 79. RGB value is (64,80,121). Sum of RGB (Red+Green+Blue) = 64+80+121=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 121 - color contains mainly: blue. Hex color #405079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405079 is #BFAF86. Grayscale: #4F4F4F. Windows color (decimal): -12562311 or 7950400. OLE color: 7950400.

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

Color convert

RGB6480121-
CMYK0.470.3400.53
HSL223.16º30.81%36.27%-
HSV(B)223.16º47.11%47.45%-
XYZ8.438.2119.23-
YUV79.89151.2116.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 121 (47.66% from 255) = 45.66%
R=24.15%
G=30.19%
B=45.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64801210.470.3400.53223.1630.8136.27
Hex4050792F22035df1f24
Octal10012017157420653373744
Binary10000001010000111100110111110001001101011101111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405079; }

 p { color: rgb(64,80,121); }

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

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

 a { background-color: rgb(64,80,121); }

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

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

 span { border-color: rgb(64,80,121); }

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