Shades of Astronaut #40526F
Tints of Astronaut #40526F
RGB
CMYK
RGB Variations
Color information
#40526F (or 0x40526F) is known color: Astronaut. HEX triplet: 40, 52 and 6F. RGB value is (64,82,111). Sum of RGB (Red+Green+Blue) = 64+82+111=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 111 - color contains mainly: blue. Hex color #40526F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40526F is #BFAD90. Grayscale: #4F4F4F. Windows color (decimal): -12561809 or 7295552. OLE color: 7295552.
HSL color Cylindrical-coordinate representation of color #40526F: hue angle of 217.02º 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 #40526F is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 82 | 111 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.56 |
| HSL | 217.02º | 0.27% | 0.34% | - |
| HSV(B) | 217.02º | 0.42% | 0.44% | - |
| XYZ | 8 | 8.27 | 16.21 | - |
| YUV | 79.92 | 145.54 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 111 | 0.42 | 0.26 | 0 | 0.56 | 217.02 | 0.27 | 0.34 |
| Hex | 40 | 52 | 6F | 2A | 1A | 0 | 38 | D9 | 1B | 22 |
| Octal | 100 | 122 | 157 | 52 | 32 | 0 | 70 | 331 | 33 | 42 |
| Binary | 1000000 | 1010010 | 1101111 | 101010 | 11010 | 0 | 111000 | 11011001 | 11011 | 100010 |
Color Harmonies of #40526F
Complementary color
Monochromatic Colors of #40526F
Black with #40526F
Text Example
Text Example
White with #40526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40526F; }
p { color: rgb(64,82,111); }
H1.HeaderClassName
{
color: #40526F;
}
.AnyTagClassName
{
color: #40526F;
}
</style>
background-color css
<style>
a { background-color: #40526F; }
a { background-color: rgb(64,82,111); }
div.DivClassName
{
background-color: #40526F;
}
.BgClassName
{
background-color: #40526F;
}
</style>
border-color css
<style>
span { border-color: #40526F; }
span { border-color: rgb(64,82,111); }
td.TdClassName
{
border-color: #40526F;
}
.TagClassName
{
border-color: #40526F;
}
</style>