Shades of Astronaut #45517A
Tints of Astronaut #45517A
RGB
CMYK
RGB Variations
Color information
#45517A (or 0x45517A) is known color: Astronaut. HEX triplet: 45, 51 and 7A. RGB value is (69,81,122). Sum of RGB (Red+Green+Blue) = 69+81+122=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #45517A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45517A is #BAAE85. Grayscale: #515151. Windows color (decimal): -12234374 or 8016197. OLE color: 8016197.
HSL color Cylindrical-coordinate representation of color #45517A: hue angle of 226.42º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #45517A is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 81 | 122 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.52 |
| HSL | 226.42º | 0.28% | 0.37% | - |
| HSV(B) | 226.42º | 0.43% | 0.48% | - |
| XYZ | 8.91 | 8.56 | 19.59 | - |
| YUV | 82.09 | 150.52 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 122 | 0.43 | 0.34 | 0 | 0.52 | 226.42 | 0.28 | 0.37 |
| Hex | 45 | 51 | 7A | 2B | 22 | 0 | 34 | E2 | 1C | 25 |
| Octal | 105 | 121 | 172 | 53 | 42 | 0 | 64 | 342 | 34 | 45 |
| Binary | 1000101 | 1010001 | 1111010 | 101011 | 100010 | 0 | 110100 | 11100010 | 11100 | 100101 |
Color Harmonies of #45517A
Complementary color
Monochromatic Colors of #45517A
Black with #45517A
Text Example
Text Example
White with #45517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45517A; }
p { color: rgb(69,81,122); }
H1.HeaderClassName
{
color: #45517A;
}
.AnyTagClassName
{
color: #45517A;
}
</style>
background-color css
<style>
a { background-color: #45517A; }
a { background-color: rgb(69,81,122); }
div.DivClassName
{
background-color: #45517A;
}
.BgClassName
{
background-color: #45517A;
}
</style>
border-color css
<style>
span { border-color: #45517A; }
span { border-color: rgb(69,81,122); }
td.TdClassName
{
border-color: #45517A;
}
.TagClassName
{
border-color: #45517A;
}
</style>