#40506E

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

Shades of Astronaut #40506E

Tints of Astronaut #40506E

Color information

#40506E (or 0x40506E) is unknown color: approx Astronaut. HEX triplet: 40, 50 and 6E. RGB value is (64,80,110). Sum of RGB (Red+Green+Blue) = 64+80+110=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #40506E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40506E is #BFAF91. Grayscale: #4E4E4E. Windows color (decimal): -12562322 or 7229504. OLE color: 7229504.

HSL color Cylindrical-coordinate representation of color #40506E: hue angle of 219.13º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40506E is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6480110-
CMYK0.420.2700.57
HSL219.13º26.44%34.12%-
HSV(B)219.13º41.82%43.14%-
XYZ7.87.9515.88-
YUV78.64145.7117.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.20%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 110 (43.36% from 255) = 43.31%
R=25.20%
G=31.50%
B=43.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64801100.420.2700.57219.1326.4434.12
Hex40506E2A1B039db1a22
Octal10012015652330713333242
Binary1000000101000011011101010101101101110011101101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40506E; }

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

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

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

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

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

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

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

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