Shades of Astronaut #454C76
Tints of Astronaut #454C76
RGB
CMYK
RGB Variations
Color information
#454C76 (or 0x454C76) is known color: Astronaut. HEX triplet: 45, 4C and 76. RGB value is (69,76,118). Sum of RGB (Red+Green+Blue) = 69+76+118=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #454C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C76 is #BAB389. Grayscale: #4E4E4E. Windows color (decimal): -12235658 or 7752773. OLE color: 7752773.
HSL color Cylindrical-coordinate representation of color #454C76: hue angle of 231.43º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #454C76 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 76 | 118 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.54 |
| HSL | 231.43º | 0.26% | 0.37% | - |
| HSV(B) | 231.43º | 0.42% | 0.46% | - |
| XYZ | 8.31 | 7.74 | 18.2 | - |
| YUV | 78.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 118 | 0.42 | 0.36 | 0 | 0.54 | 231.43 | 0.26 | 0.37 |
| Hex | 45 | 4C | 76 | 2A | 24 | 0 | 36 | E7 | 1A | 25 |
| Octal | 105 | 114 | 166 | 52 | 44 | 0 | 66 | 347 | 32 | 45 |
| Binary | 1000101 | 1001100 | 1110110 | 101010 | 100100 | 0 | 110110 | 11100111 | 11010 | 100101 |
Color Harmonies of #454C76
Complementary color
Monochromatic Colors of #454C76
Black with #454C76
Text Example
Text Example
White with #454C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C76; }
p { color: rgb(69,76,118); }
H1.HeaderClassName
{
color: #454C76;
}
.AnyTagClassName
{
color: #454C76;
}
</style>
background-color css
<style>
a { background-color: #454C76; }
a { background-color: rgb(69,76,118); }
div.DivClassName
{
background-color: #454C76;
}
.BgClassName
{
background-color: #454C76;
}
</style>
border-color css
<style>
span { border-color: #454C76; }
span { border-color: rgb(69,76,118); }
td.TdClassName
{
border-color: #454C76;
}
.TagClassName
{
border-color: #454C76;
}
</style>