#405077

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

Shades of Astronaut #405077

Tints of Astronaut #405077

Color information

#405077 (or 0x405077) is unknown color: approx Astronaut. HEX triplet: 40, 50 and 77. RGB value is (64,80,119). Sum of RGB (Red+Green+Blue) = 64+80+119=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #405077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405077 is #BFAF88. Grayscale: #4F4F4F. Windows color (decimal): -12562313 or 7819328. OLE color: 7819328.

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

Color convert

RGB6480119-
CMYK0.460.3300.53
HSL222.55º30.05%35.88%-
HSV(B)222.55º46.22%46.67%-
XYZ8.318.1618.59-
YUV79.66150.2116.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.33%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 119 (46.88% from 255) = 45.25%
R=24.33%
G=30.42%
B=45.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64801190.460.3300.53222.5530.0535.88
Hex4050772E21035df1e24
Octal10012016756410653373644
Binary10000001010000111011110111010000101101011101111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405077; }

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

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

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

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

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

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

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

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