Shades of Astronaut #455379
Tints of Astronaut #455379
RGB
CMYK
RGB Variations
Color information
#455379 (or 0x455379) is known color: Astronaut. HEX triplet: 45, 53 and 79. RGB value is (69,83,121). Sum of RGB (Red+Green+Blue) = 69+83+121=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 121 - color contains mainly: blue. Hex color #455379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455379 is #BAAC86. Grayscale: #525252. Windows color (decimal): -12233863 or 7951173. OLE color: 7951173.
HSL color Cylindrical-coordinate representation of color #455379: hue angle of 223.85º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #455379 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 83 | 121 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.53 |
| HSL | 223.85º | 0.27% | 0.37% | - |
| HSV(B) | 223.85º | 0.43% | 0.47% | - |
| XYZ | 9 | 8.83 | 19.32 | - |
| YUV | 83.15 | 149.36 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 121 | 0.43 | 0.31 | 0 | 0.53 | 223.85 | 0.27 | 0.37 |
| Hex | 45 | 53 | 79 | 2B | 1F | 0 | 35 | E0 | 1B | 25 |
| Octal | 105 | 123 | 171 | 53 | 37 | 0 | 65 | 340 | 33 | 45 |
| Binary | 1000101 | 1010011 | 1111001 | 101011 | 11111 | 0 | 110101 | 11100000 | 11011 | 100101 |
Color Harmonies of #455379
Complementary color
Monochromatic Colors of #455379
Black with #455379
Text Example
Text Example
White with #455379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455379; }
p { color: rgb(69,83,121); }
H1.HeaderClassName
{
color: #455379;
}
.AnyTagClassName
{
color: #455379;
}
</style>
background-color css
<style>
a { background-color: #455379; }
a { background-color: rgb(69,83,121); }
div.DivClassName
{
background-color: #455379;
}
.BgClassName
{
background-color: #455379;
}
</style>
border-color css
<style>
span { border-color: #455379; }
span { border-color: rgb(69,83,121); }
td.TdClassName
{
border-color: #455379;
}
.TagClassName
{
border-color: #455379;
}
</style>