Shades of Astronaut #42517C
Tints of Astronaut #42517C
RGB
CMYK
RGB Variations
Color information
#42517C (or 0x42517C) is known color: Astronaut. HEX triplet: 42, 51 and 7C. RGB value is (66,81,124). Sum of RGB (Red+Green+Blue) = 66+81+124=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #42517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42517C is #BDAE83. Grayscale: #515151. Windows color (decimal): -12430980 or 8147266. OLE color: 8147266.
HSL color Cylindrical-coordinate representation of color #42517C: hue angle of 224.48º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42517C is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 81 | 124 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.51 |
| HSL | 224.48º | 0.31% | 0.37% | - |
| HSV(B) | 224.48º | 0.47% | 0.49% | - |
| XYZ | 8.83 | 8.5 | 20.24 | - |
| YUV | 81.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 81 | 124 | 0.47 | 0.35 | 0 | 0.51 | 224.48 | 0.31 | 0.37 |
| Hex | 42 | 51 | 7C | 2F | 23 | 0 | 33 | E0 | 1F | 25 |
| Octal | 102 | 121 | 174 | 57 | 43 | 0 | 63 | 340 | 37 | 45 |
| Binary | 1000010 | 1010001 | 1111100 | 101111 | 100011 | 0 | 110011 | 11100000 | 11111 | 100101 |
Color Harmonies of #42517C
Complementary color
Monochromatic Colors of #42517C
Black with #42517C
Text Example
Text Example
White with #42517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42517C; }
p { color: rgb(66,81,124); }
H1.HeaderClassName
{
color: #42517C;
}
.AnyTagClassName
{
color: #42517C;
}
</style>
background-color css
<style>
a { background-color: #42517C; }
a { background-color: rgb(66,81,124); }
div.DivClassName
{
background-color: #42517C;
}
.BgClassName
{
background-color: #42517C;
}
</style>
border-color css
<style>
span { border-color: #42517C; }
span { border-color: rgb(66,81,124); }
td.TdClassName
{
border-color: #42517C;
}
.TagClassName
{
border-color: #42517C;
}
</style>