Shades of Astronaut #40527A
Tints of Astronaut #40527A
RGB
CMYK
RGB Variations
Color information
#40527A (or 0x40527A) is known color: Astronaut. HEX triplet: 40, 52 and 7A. RGB value is (64,82,122). Sum of RGB (Red+Green+Blue) = 64+82+122=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #40527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40527A is #BFAD85. Grayscale: #515151. Windows color (decimal): -12561798 or 8016448. OLE color: 8016448.
HSL color Cylindrical-coordinate representation of color #40527A: hue angle of 221.38º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40527A is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 82 | 122 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.52 |
| HSL | 221.38º | 0.31% | 0.36% | - |
| HSV(B) | 221.38º | 0.48% | 0.48% | - |
| XYZ | 8.64 | 8.53 | 19.6 | - |
| YUV | 81.18 | 151.04 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 122 | 0.48 | 0.33 | 0 | 0.52 | 221.38 | 0.31 | 0.36 |
| Hex | 40 | 52 | 7A | 30 | 21 | 0 | 34 | DD | 1F | 24 |
| Octal | 100 | 122 | 172 | 60 | 41 | 0 | 64 | 335 | 37 | 44 |
| Binary | 1000000 | 1010010 | 1111010 | 110000 | 100001 | 0 | 110100 | 11011101 | 11111 | 100100 |
Color Harmonies of #40527A
Complementary color
Monochromatic Colors of #40527A
Black with #40527A
Text Example
Text Example
White with #40527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40527A; }
p { color: rgb(64,82,122); }
H1.HeaderClassName
{
color: #40527A;
}
.AnyTagClassName
{
color: #40527A;
}
</style>
background-color css
<style>
a { background-color: #40527A; }
a { background-color: rgb(64,82,122); }
div.DivClassName
{
background-color: #40527A;
}
.BgClassName
{
background-color: #40527A;
}
</style>
border-color css
<style>
span { border-color: #40527A; }
span { border-color: rgb(64,82,122); }
td.TdClassName
{
border-color: #40527A;
}
.TagClassName
{
border-color: #40527A;
}
</style>