Shades of Astronaut #465275
Tints of Astronaut #465275
RGB
CMYK
RGB Variations
Color information
#465275 (or 0x465275) is known color: Astronaut. HEX triplet: 46, 52 and 75. RGB value is (70,82,117). Sum of RGB (Red+Green+Blue) = 70+82+117=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #465275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465275 is #B9AD8A. Grayscale: #525252. Windows color (decimal): -12168587 or 7688774. OLE color: 7688774.
HSL color Cylindrical-coordinate representation of color #465275: hue angle of 224.68º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465275 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 82 | 117 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.54 |
| HSL | 224.68º | 0.25% | 0.37% | - |
| HSV(B) | 224.68º | 0.4% | 0.46% | - |
| XYZ | 8.75 | 8.62 | 18.03 | - |
| YUV | 82.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 117 | 0.40 | 0.30 | 0 | 0.54 | 224.68 | 0.25 | 0.37 |
| Hex | 46 | 52 | 75 | 28 | 1E | 0 | 36 | E1 | 19 | 25 |
| Octal | 106 | 122 | 165 | 50 | 36 | 0 | 66 | 341 | 31 | 45 |
| Binary | 1000110 | 1010010 | 1110101 | 101000 | 11110 | 0 | 110110 | 11100001 | 11001 | 100101 |
Color Harmonies of #465275
Complementary color
Monochromatic Colors of #465275
Black with #465275
Text Example
Text Example
White with #465275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465275; }
p { color: rgb(70,82,117); }
H1.HeaderClassName
{
color: #465275;
}
.AnyTagClassName
{
color: #465275;
}
</style>
background-color css
<style>
a { background-color: #465275; }
a { background-color: rgb(70,82,117); }
div.DivClassName
{
background-color: #465275;
}
.BgClassName
{
background-color: #465275;
}
</style>
border-color css
<style>
span { border-color: #465275; }
span { border-color: rgb(70,82,117); }
td.TdClassName
{
border-color: #465275;
}
.TagClassName
{
border-color: #465275;
}
</style>