Shades of Astronaut #454B77
Tints of Astronaut #454B77
RGB
CMYK
RGB Variations
Color information
#454B77 (or 0x454B77) is known color: Astronaut. HEX triplet: 45, 4B and 77. RGB value is (69,75,119). Sum of RGB (Red+Green+Blue) = 69+75+119=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #454B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B77 is #BAB488. Grayscale: #4E4E4E. Windows color (decimal): -12235913 or 7818053. OLE color: 7818053.
HSL color Cylindrical-coordinate representation of color #454B77: hue angle of 232.8º 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 #454B77 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 75 | 119 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.53 |
| HSL | 232.8º | 0.27% | 0.37% | - |
| HSV(B) | 232.8º | 0.42% | 0.47% | - |
| XYZ | 8.3 | 7.63 | 18.49 | - |
| YUV | 78.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 119 | 0.42 | 0.37 | 0 | 0.53 | 232.8 | 0.27 | 0.37 |
| Hex | 45 | 4B | 77 | 2A | 25 | 0 | 35 | E9 | 1B | 25 |
| Octal | 105 | 113 | 167 | 52 | 45 | 0 | 65 | 351 | 33 | 45 |
| Binary | 1000101 | 1001011 | 1110111 | 101010 | 100101 | 0 | 110101 | 11101001 | 11011 | 100101 |
Color Harmonies of #454B77
Complementary color
Monochromatic Colors of #454B77
Black with #454B77
Text Example
Text Example
White with #454B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454B77; }
p { color: rgb(69,75,119); }
H1.HeaderClassName
{
color: #454B77;
}
.AnyTagClassName
{
color: #454B77;
}
</style>
background-color css
<style>
a { background-color: #454B77; }
a { background-color: rgb(69,75,119); }
div.DivClassName
{
background-color: #454B77;
}
.BgClassName
{
background-color: #454B77;
}
</style>
border-color css
<style>
span { border-color: #454B77; }
span { border-color: rgb(69,75,119); }
td.TdClassName
{
border-color: #454B77;
}
.TagClassName
{
border-color: #454B77;
}
</style>