Shades of Astronaut #425173
Tints of Astronaut #425173
RGB
CMYK
RGB Variations
Color information
#425173 (or 0x425173) is known color: Astronaut. HEX triplet: 42, 51 and 73. RGB value is (66,81,115). Sum of RGB (Red+Green+Blue) = 66+81+115=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #425173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425173 is #BDAE8C. Grayscale: #505050. Windows color (decimal): -12430989 or 7557442. OLE color: 7557442.
HSL color Cylindrical-coordinate representation of color #425173: hue angle of 221.63º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #425173 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 81 | 115 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.55 |
| HSL | 221.63º | 0.27% | 0.35% | - |
| HSV(B) | 221.63º | 0.43% | 0.45% | - |
| XYZ | 8.28 | 8.28 | 17.38 | - |
| YUV | 80.39 | 147.53 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 81 | 115 | 0.43 | 0.30 | 0 | 0.55 | 221.63 | 0.27 | 0.35 |
| Hex | 42 | 51 | 73 | 2B | 1E | 0 | 37 | DE | 1B | 23 |
| Octal | 102 | 121 | 163 | 53 | 36 | 0 | 67 | 336 | 33 | 43 |
| Binary | 1000010 | 1010001 | 1110011 | 101011 | 11110 | 0 | 110111 | 11011110 | 11011 | 100011 |
Color Harmonies of #425173
Complementary color
Monochromatic Colors of #425173
Black with #425173
Text Example
Text Example
White with #425173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425173; }
p { color: rgb(66,81,115); }
H1.HeaderClassName
{
color: #425173;
}
.AnyTagClassName
{
color: #425173;
}
</style>
background-color css
<style>
a { background-color: #425173; }
a { background-color: rgb(66,81,115); }
div.DivClassName
{
background-color: #425173;
}
.BgClassName
{
background-color: #425173;
}
</style>
border-color css
<style>
span { border-color: #425173; }
span { border-color: rgb(66,81,115); }
td.TdClassName
{
border-color: #425173;
}
.TagClassName
{
border-color: #425173;
}
</style>