Shades of Astronaut #465080
Tints of Astronaut #465080
RGB
CMYK
RGB Variations
Color information
#465080 (or 0x465080) is known color: Astronaut. HEX triplet: 46, 50 and 80. RGB value is (70,80,128). Sum of RGB (Red+Green+Blue) = 70+80+128=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 128 - color contains mainly: blue. Hex color #465080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465080 is #B9AF7F. Grayscale: #525252. Windows color (decimal): -12169088 or 8409158. OLE color: 8409158.
HSL color Cylindrical-coordinate representation of color #465080: hue angle of 229.66º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #465080 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 80 | 128 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.50 |
| HSL | 229.66º | 0.29% | 0.39% | - |
| HSV(B) | 229.66º | 0.45% | 0.5% | - |
| XYZ | 9.29 | 8.6 | 21.59 | - |
| YUV | 82.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 128 | 0.45 | 0.38 | 0 | 0.50 | 229.66 | 0.29 | 0.39 |
| Hex | 46 | 50 | 80 | 2D | 26 | 0 | 32 | E6 | 1D | 27 |
| Octal | 106 | 120 | 200 | 55 | 46 | 0 | 62 | 346 | 35 | 47 |
| Binary | 1000110 | 1010000 | 10000000 | 101101 | 100110 | 0 | 110010 | 11100110 | 11101 | 100111 |
Color Harmonies of #465080
Complementary color
Monochromatic Colors of #465080
Black with #465080
Text Example
Text Example
White with #465080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465080; }
p { color: rgb(70,80,128); }
H1.HeaderClassName
{
color: #465080;
}
.AnyTagClassName
{
color: #465080;
}
</style>
background-color css
<style>
a { background-color: #465080; }
a { background-color: rgb(70,80,128); }
div.DivClassName
{
background-color: #465080;
}
.BgClassName
{
background-color: #465080;
}
</style>
border-color css
<style>
span { border-color: #465080; }
span { border-color: rgb(70,80,128); }
td.TdClassName
{
border-color: #465080;
}
.TagClassName
{
border-color: #465080;
}
</style>