Shades of Astronaut #425273
Tints of Astronaut #425273
RGB
CMYK
RGB Variations
Color information
#425273 (or 0x425273) is known color: Astronaut. HEX triplet: 42, 52 and 73. RGB value is (66,82,115). Sum of RGB (Red+Green+Blue) = 66+82+115=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #425273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425273 is #BDAD8C. Grayscale: #505050. Windows color (decimal): -12430733 or 7557698. OLE color: 7557698.
HSL color Cylindrical-coordinate representation of color #425273: hue angle of 220.41º 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 #425273 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 82 | 115 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.55 |
| HSL | 220.41º | 0.27% | 0.35% | - |
| HSV(B) | 220.41º | 0.43% | 0.45% | - |
| XYZ | 8.36 | 8.43 | 17.41 | - |
| YUV | 80.98 | 147.2 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 115 | 0.43 | 0.29 | 0 | 0.55 | 220.41 | 0.27 | 0.35 |
| Hex | 42 | 52 | 73 | 2B | 1D | 0 | 37 | DC | 1B | 23 |
| Octal | 102 | 122 | 163 | 53 | 35 | 0 | 67 | 334 | 33 | 43 |
| Binary | 1000010 | 1010010 | 1110011 | 101011 | 11101 | 0 | 110111 | 11011100 | 11011 | 100011 |
Color Harmonies of #425273
Complementary color
Monochromatic Colors of #425273
Black with #425273
Text Example
Text Example
White with #425273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425273; }
p { color: rgb(66,82,115); }
H1.HeaderClassName
{
color: #425273;
}
.AnyTagClassName
{
color: #425273;
}
</style>
background-color css
<style>
a { background-color: #425273; }
a { background-color: rgb(66,82,115); }
div.DivClassName
{
background-color: #425273;
}
.BgClassName
{
background-color: #425273;
}
</style>
border-color css
<style>
span { border-color: #425273; }
span { border-color: rgb(66,82,115); }
td.TdClassName
{
border-color: #425273;
}
.TagClassName
{
border-color: #425273;
}
</style>