Shades of Astronaut #40517C
Tints of Astronaut #40517C
RGB
CMYK
RGB Variations
Color information
#40517C (or 0x40517C) is known color: Astronaut. HEX triplet: 40, 51 and 7C. RGB value is (64,81,124). Sum of RGB (Red+Green+Blue) = 64+81+124=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #40517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40517C is #BFAE83. Grayscale: #505050. Windows color (decimal): -12562052 or 8147264. OLE color: 8147264.
HSL color Cylindrical-coordinate representation of color #40517C: hue angle of 223º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40517C is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 81 | 124 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.51 |
| HSL | 223º | 0.32% | 0.37% | - |
| HSV(B) | 223º | 0.48% | 0.49% | - |
| XYZ | 8.69 | 8.43 | 20.24 | - |
| YUV | 80.82 | 152.37 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 124 | 0.48 | 0.35 | 0 | 0.51 | 223 | 0.32 | 0.37 |
| Hex | 40 | 51 | 7C | 30 | 23 | 0 | 33 | DF | 20 | 25 |
| Octal | 100 | 121 | 174 | 60 | 43 | 0 | 63 | 337 | 40 | 45 |
| Binary | 1000000 | 1010001 | 1111100 | 110000 | 100011 | 0 | 110011 | 11011111 | 100000 | 100101 |
Color Harmonies of #40517C
Complementary color
Monochromatic Colors of #40517C
Black with #40517C
Text Example
Text Example
White with #40517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40517C; }
p { color: rgb(64,81,124); }
H1.HeaderClassName
{
color: #40517C;
}
.AnyTagClassName
{
color: #40517C;
}
</style>
background-color css
<style>
a { background-color: #40517C; }
a { background-color: rgb(64,81,124); }
div.DivClassName
{
background-color: #40517C;
}
.BgClassName
{
background-color: #40517C;
}
</style>
border-color css
<style>
span { border-color: #40517C; }
span { border-color: rgb(64,81,124); }
td.TdClassName
{
border-color: #40517C;
}
.TagClassName
{
border-color: #40517C;
}
</style>