#40506F

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

Shades of Astronaut #40506F

Tints of Astronaut #40506F

Color information

#40506F (or 0x40506F) is unknown color: approx Astronaut. HEX triplet: 40, 50 and 6F. RGB value is (64,80,111). Sum of RGB (Red+Green+Blue) = 64+80+111=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 111 - color contains mainly: blue. Hex color #40506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40506F is #BFAF90. Grayscale: #4E4E4E. Windows color (decimal): -12562321 or 7295040. OLE color: 7295040.

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

Color convert

RGB6480111-
CMYK0.420.2800.56
HSL219.57º26.86%34.31%-
HSV(B)219.57º42.34%43.53%-
XYZ7.857.9816.16-
YUV78.75146.2117.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.10%
GREEN value IS 80 (31.64% from 255) = 31.37%
BLUE value IS 111 (43.75% from 255) = 43.53%
R=25.10%
G=31.37%
B=43.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64801110.420.2800.56219.5726.8634.31
Hex40506F2A1C038dc1b22
Octal10012015752340703343342
Binary1000000101000011011111010101110001110001101110011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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