Shades of Astronaut #454E7E
Tints of Astronaut #454E7E
RGB
CMYK
RGB Variations
Color information
#454E7E (or 0x454E7E) is known color: Astronaut. HEX triplet: 45, 4E and 7E. RGB value is (69,78,126). Sum of RGB (Red+Green+Blue) = 69+78+126=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 126 - color contains mainly: blue. Hex color #454E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454E7E is #BAB181. Grayscale: #505050. Windows color (decimal): -12235138 or 8277573. OLE color: 8277573.
HSL color Cylindrical-coordinate representation of color #454E7E: hue angle of 230.53º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #454E7E is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 78 | 126 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.51 |
| HSL | 230.53º | 0.29% | 0.38% | - |
| HSV(B) | 230.53º | 0.45% | 0.49% | - |
| XYZ | 8.94 | 8.22 | 20.85 | - |
| YUV | 80.78 | 153.52 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 126 | 0.45 | 0.38 | 0 | 0.51 | 230.53 | 0.29 | 0.38 |
| Hex | 45 | 4E | 7E | 2D | 26 | 0 | 33 | E7 | 1D | 26 |
| Octal | 105 | 116 | 176 | 55 | 46 | 0 | 63 | 347 | 35 | 46 |
| Binary | 1000101 | 1001110 | 1111110 | 101101 | 100110 | 0 | 110011 | 11100111 | 11101 | 100110 |
Color Harmonies of #454E7E
Complementary color
Monochromatic Colors of #454E7E
Black with #454E7E
Text Example
Text Example
White with #454E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454E7E; }
p { color: rgb(69,78,126); }
H1.HeaderClassName
{
color: #454E7E;
}
.AnyTagClassName
{
color: #454E7E;
}
</style>
background-color css
<style>
a { background-color: #454E7E; }
a { background-color: rgb(69,78,126); }
div.DivClassName
{
background-color: #454E7E;
}
.BgClassName
{
background-color: #454E7E;
}
</style>
border-color css
<style>
span { border-color: #454E7E; }
span { border-color: rgb(69,78,126); }
td.TdClassName
{
border-color: #454E7E;
}
.TagClassName
{
border-color: #454E7E;
}
</style>