#405076

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

Shades of Astronaut #405076

Tints of Astronaut #405076

Color information

#405076 (or 0x405076) is unknown color: approx Astronaut. HEX triplet: 40, 50 and 76. RGB value is (64,80,118). Sum of RGB (Red+Green+Blue) = 64+80+118=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #405076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405076 is #BFAF89. Grayscale: #4F4F4F. Windows color (decimal): -12562314 or 7753792. OLE color: 7753792.

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

Color convert

RGB6480118-
CMYK0.460.3200.54
HSL222.22º29.67%35.69%-
HSV(B)222.22º45.76%46.27%-
XYZ8.258.1418.27-
YUV79.55149.7116.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.43%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 118 (46.48% from 255) = 45.04%
R=24.43%
G=30.53%
B=45.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64801180.460.3200.54222.2229.6735.69
Hex4050762E20036de1e24
Octal10012016656400663363644
Binary10000001010000111011010111010000001101101101111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405076; }

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

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

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

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

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

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

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

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