Shades of Astronaut #454D76
Tints of Astronaut #454D76
RGB
CMYK
RGB Variations
Color information
#454D76 (or 0x454D76) is known color: Astronaut. HEX triplet: 45, 4D and 76. RGB value is (69,77,118). Sum of RGB (Red+Green+Blue) = 69+77+118=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #454D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D76 is #BAB289. Grayscale: #4F4F4F. Windows color (decimal): -12235402 or 7753029. OLE color: 7753029.
HSL color Cylindrical-coordinate representation of color #454D76: hue angle of 230.2º 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 #454D76 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 77 | 118 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.54 |
| HSL | 230.2º | 0.26% | 0.37% | - |
| HSV(B) | 230.2º | 0.42% | 0.46% | - |
| XYZ | 8.38 | 7.88 | 18.22 | - |
| YUV | 79.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 118 | 0.42 | 0.35 | 0 | 0.54 | 230.2 | 0.26 | 0.37 |
| Hex | 45 | 4D | 76 | 2A | 23 | 0 | 36 | E6 | 1A | 25 |
| Octal | 105 | 115 | 166 | 52 | 43 | 0 | 66 | 346 | 32 | 45 |
| Binary | 1000101 | 1001101 | 1110110 | 101010 | 100011 | 0 | 110110 | 11100110 | 11010 | 100101 |
Color Harmonies of #454D76
Complementary color
Monochromatic Colors of #454D76
Black with #454D76
Text Example
Text Example
White with #454D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D76; }
p { color: rgb(69,77,118); }
H1.HeaderClassName
{
color: #454D76;
}
.AnyTagClassName
{
color: #454D76;
}
</style>
background-color css
<style>
a { background-color: #454D76; }
a { background-color: rgb(69,77,118); }
div.DivClassName
{
background-color: #454D76;
}
.BgClassName
{
background-color: #454D76;
}
</style>
border-color css
<style>
span { border-color: #454D76; }
span { border-color: rgb(69,77,118); }
td.TdClassName
{
border-color: #454D76;
}
.TagClassName
{
border-color: #454D76;
}
</style>