Shades of Astronaut #454C77
Tints of Astronaut #454C77
RGB
CMYK
RGB Variations
Color information
#454C77 (or 0x454C77) is known color: Astronaut. HEX triplet: 45, 4C and 77. RGB value is (69,76,119). Sum of RGB (Red+Green+Blue) = 69+76+119=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #454C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C77 is #BAB388. Grayscale: #4E4E4E. Windows color (decimal): -12235657 or 7818309. OLE color: 7818309.
HSL color Cylindrical-coordinate representation of color #454C77: hue angle of 231.6º degrees, saturation: 0.27, 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 #454C77 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 76 | 119 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.53 |
| HSL | 231.6º | 0.27% | 0.37% | - |
| HSV(B) | 231.6º | 0.42% | 0.47% | - |
| XYZ | 8.37 | 7.77 | 18.51 | - |
| YUV | 78.81 | 150.68 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 119 | 0.42 | 0.36 | 0 | 0.53 | 231.6 | 0.27 | 0.37 |
| Hex | 45 | 4C | 77 | 2A | 24 | 0 | 35 | E8 | 1B | 25 |
| Octal | 105 | 114 | 167 | 52 | 44 | 0 | 65 | 350 | 33 | 45 |
| Binary | 1000101 | 1001100 | 1110111 | 101010 | 100100 | 0 | 110101 | 11101000 | 11011 | 100101 |
Color Harmonies of #454C77
Complementary color
Monochromatic Colors of #454C77
Black with #454C77
Text Example
Text Example
White with #454C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C77; }
p { color: rgb(69,76,119); }
H1.HeaderClassName
{
color: #454C77;
}
.AnyTagClassName
{
color: #454C77;
}
</style>
background-color css
<style>
a { background-color: #454C77; }
a { background-color: rgb(69,76,119); }
div.DivClassName
{
background-color: #454C77;
}
.BgClassName
{
background-color: #454C77;
}
</style>
border-color css
<style>
span { border-color: #454C77; }
span { border-color: rgb(69,76,119); }
td.TdClassName
{
border-color: #454C77;
}
.TagClassName
{
border-color: #454C77;
}
</style>