Shades of Astronaut #454D7E
Tints of Astronaut #454D7E
RGB
CMYK
RGB Variations
Color information
#454D7E (or 0x454D7E) is known color: Astronaut. HEX triplet: 45, 4D and 7E. RGB value is (69,77,126). Sum of RGB (Red+Green+Blue) = 69+77+126=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 126 - color contains mainly: blue. Hex color #454D7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D7E is #BAB281. Grayscale: #4F4F4F. Windows color (decimal): -12235394 or 8277317. OLE color: 8277317.
HSL color Cylindrical-coordinate representation of color #454D7E: hue angle of 231.58º 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 #454D7E is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 77 | 126 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.51 |
| HSL | 231.58º | 0.29% | 0.38% | - |
| HSV(B) | 231.58º | 0.45% | 0.49% | - |
| XYZ | 8.87 | 8.08 | 20.83 | - |
| YUV | 80.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 126 | 0.45 | 0.39 | 0 | 0.51 | 231.58 | 0.29 | 0.38 |
| Hex | 45 | 4D | 7E | 2D | 27 | 0 | 33 | E8 | 1D | 26 |
| Octal | 105 | 115 | 176 | 55 | 47 | 0 | 63 | 350 | 35 | 46 |
| Binary | 1000101 | 1001101 | 1111110 | 101101 | 100111 | 0 | 110011 | 11101000 | 11101 | 100110 |
Color Harmonies of #454D7E
Complementary color
Monochromatic Colors of #454D7E
Black with #454D7E
Text Example
Text Example
White with #454D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D7E; }
p { color: rgb(69,77,126); }
H1.HeaderClassName
{
color: #454D7E;
}
.AnyTagClassName
{
color: #454D7E;
}
</style>
background-color css
<style>
a { background-color: #454D7E; }
a { background-color: rgb(69,77,126); }
div.DivClassName
{
background-color: #454D7E;
}
.BgClassName
{
background-color: #454D7E;
}
</style>
border-color css
<style>
span { border-color: #454D7E; }
span { border-color: rgb(69,77,126); }
td.TdClassName
{
border-color: #454D7E;
}
.TagClassName
{
border-color: #454D7E;
}
</style>