Shades of Astronaut #465378
Tints of Astronaut #465378
RGB
CMYK
RGB Variations
Color information
#465378 (or 0x465378) is known color: Astronaut. HEX triplet: 46, 53 and 78. RGB value is (70,83,120). Sum of RGB (Red+Green+Blue) = 70+83+120=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #465378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465378 is #B9AC87. Grayscale: #535353. Windows color (decimal): -12168328 or 7885638. OLE color: 7885638.
HSL color Cylindrical-coordinate representation of color #465378: hue angle of 224.4º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #465378 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 83 | 120 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.53 |
| HSL | 224.4º | 0.26% | 0.37% | - |
| HSV(B) | 224.4º | 0.42% | 0.47% | - |
| XYZ | 9.01 | 8.84 | 19 | - |
| YUV | 83.33 | 148.69 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 120 | 0.42 | 0.31 | 0 | 0.53 | 224.4 | 0.26 | 0.37 |
| Hex | 46 | 53 | 78 | 2A | 1F | 0 | 35 | E0 | 1A | 25 |
| Octal | 106 | 123 | 170 | 52 | 37 | 0 | 65 | 340 | 32 | 45 |
| Binary | 1000110 | 1010011 | 1111000 | 101010 | 11111 | 0 | 110101 | 11100000 | 11010 | 100101 |
Color Harmonies of #465378
Complementary color
Monochromatic Colors of #465378
Black with #465378
Text Example
Text Example
White with #465378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465378; }
p { color: rgb(70,83,120); }
H1.HeaderClassName
{
color: #465378;
}
.AnyTagClassName
{
color: #465378;
}
</style>
background-color css
<style>
a { background-color: #465378; }
a { background-color: rgb(70,83,120); }
div.DivClassName
{
background-color: #465378;
}
.BgClassName
{
background-color: #465378;
}
</style>
border-color css
<style>
span { border-color: #465378; }
span { border-color: rgb(70,83,120); }
td.TdClassName
{
border-color: #465378;
}
.TagClassName
{
border-color: #465378;
}
</style>