Shades of Astronaut #425074
Tints of Astronaut #425074
RGB
CMYK
RGB Variations
Color information
#425074 (or 0x425074) is known color: Astronaut. HEX triplet: 42, 50 and 74. RGB value is (66,80,116). Sum of RGB (Red+Green+Blue) = 66+80+116=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #425074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425074 is #BDAF8B. Grayscale: #4F4F4F. Windows color (decimal): -12431244 or 7622722. OLE color: 7622722.
HSL color Cylindrical-coordinate representation of color #425074: hue angle of 223.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #425074 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 80 | 116 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.55 |
| HSL | 223.2º | 0.27% | 0.36% | - |
| HSV(B) | 223.2º | 0.43% | 0.45% | - |
| XYZ | 8.27 | 8.16 | 17.66 | - |
| YUV | 79.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 80 | 116 | 0.43 | 0.31 | 0 | 0.55 | 223.2 | 0.27 | 0.36 |
| Hex | 42 | 50 | 74 | 2B | 1F | 0 | 37 | DF | 1B | 24 |
| Octal | 102 | 120 | 164 | 53 | 37 | 0 | 67 | 337 | 33 | 44 |
| Binary | 1000010 | 1010000 | 1110100 | 101011 | 11111 | 0 | 110111 | 11011111 | 11011 | 100100 |
Color Harmonies of #425074
Complementary color
Monochromatic Colors of #425074
Black with #425074
Text Example
Text Example
White with #425074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425074; }
p { color: rgb(66,80,116); }
H1.HeaderClassName
{
color: #425074;
}
.AnyTagClassName
{
color: #425074;
}
</style>
background-color css
<style>
a { background-color: #425074; }
a { background-color: rgb(66,80,116); }
div.DivClassName
{
background-color: #425074;
}
.BgClassName
{
background-color: #425074;
}
</style>
border-color css
<style>
span { border-color: #425074; }
span { border-color: rgb(66,80,116); }
td.TdClassName
{
border-color: #425074;
}
.TagClassName
{
border-color: #425074;
}
</style>