Shades of Astronaut #40506F
Tints of Astronaut #40506F
RGB
CMYK
RGB Variations
Color information
#40506F (or 0x40506F) is known color: 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
| RGB | 64 | 80 | 111 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.56 |
| HSL | 219.57º | 0.27% | 0.34% | - |
| HSV(B) | 219.57º | 0.42% | 0.44% | - |
| XYZ | 7.85 | 7.98 | 16.16 | - |
| YUV | 78.75 | 146.2 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 111 | 0.42 | 0.28 | 0 | 0.56 | 219.57 | 0.27 | 0.34 |
| Hex | 40 | 50 | 6F | 2A | 1C | 0 | 38 | DC | 1B | 22 |
| Octal | 100 | 120 | 157 | 52 | 34 | 0 | 70 | 334 | 33 | 42 |
| Binary | 1000000 | 1010000 | 1101111 | 101010 | 11100 | 0 | 111000 | 11011100 | 11011 | 100010 |
Color Harmonies of #40506F
Complementary color
Monochromatic Colors of #40506F
Black with #40506F
Text Example
Text Example
White with #40506F
Text Example
Text Example
HTML Codes & Css Web 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>