#405279

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

Shades of Astronaut #405279

Tints of Astronaut #405279

Color information

#405279 (or 0x405279) is unknown color: approx Astronaut. HEX triplet: 40, 52 and 79. RGB value is (64,82,121). Sum of RGB (Red+Green+Blue) = 64+82+121=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #405279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405279 is #BFAD86. Grayscale: #505050. Windows color (decimal): -12561799 or 7950912. OLE color: 7950912.

HSL color Cylindrical-coordinate representation of color #405279: hue angle of 221.05º 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 #405279 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6482121-
CMYK0.470.3200.53
HSL221.05º30.81%36.27%-
HSV(B)221.05º47.11%47.45%-
XYZ8.588.5119.28-
YUV81.06150.54115.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 121 (47.66% from 255) = 45.32%
R=23.97%
G=30.71%
B=45.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64821210.470.3200.53221.0530.8136.27
Hex4052792F20035dd1f24
Octal10012217157400653353744
Binary10000001010010111100110111110000001101011101110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405279; }

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

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

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

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

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

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

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

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