Shades of Astronaut #465174
Tints of Astronaut #465174
RGB
CMYK
RGB Variations
Color information
#465174 (or 0x465174) is known color: Astronaut. HEX triplet: 46, 51 and 74. RGB value is (70,81,116). Sum of RGB (Red+Green+Blue) = 70+81+116=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 116 - color contains mainly: blue. Hex color #465174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465174 is #B9AE8B. Grayscale: #515151. Windows color (decimal): -12168844 or 7622982. OLE color: 7622982.
HSL color Cylindrical-coordinate representation of color #465174: hue angle of 225.65º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465174 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 81 | 116 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.55 |
| HSL | 225.65º | 0.25% | 0.36% | - |
| HSV(B) | 225.65º | 0.4% | 0.45% | - |
| XYZ | 8.62 | 8.45 | 17.7 | - |
| YUV | 81.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 116 | 0.40 | 0.30 | 0 | 0.55 | 225.65 | 0.25 | 0.36 |
| Hex | 46 | 51 | 74 | 28 | 1E | 0 | 37 | E2 | 19 | 24 |
| Octal | 106 | 121 | 164 | 50 | 36 | 0 | 67 | 342 | 31 | 44 |
| Binary | 1000110 | 1010001 | 1110100 | 101000 | 11110 | 0 | 110111 | 11100010 | 11001 | 100100 |
Color Harmonies of #465174
Complementary color
Monochromatic Colors of #465174
Black with #465174
Text Example
Text Example
White with #465174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465174; }
p { color: rgb(70,81,116); }
H1.HeaderClassName
{
color: #465174;
}
.AnyTagClassName
{
color: #465174;
}
</style>
background-color css
<style>
a { background-color: #465174; }
a { background-color: rgb(70,81,116); }
div.DivClassName
{
background-color: #465174;
}
.BgClassName
{
background-color: #465174;
}
</style>
border-color css
<style>
span { border-color: #465174; }
span { border-color: rgb(70,81,116); }
td.TdClassName
{
border-color: #465174;
}
.TagClassName
{
border-color: #465174;
}
</style>