Shades of Astronaut #45517D
Tints of Astronaut #45517D
RGB
CMYK
RGB Variations
Color information
#45517D (or 0x45517D) is known color: Astronaut. HEX triplet: 45, 51 and 7D. RGB value is (69,81,125). Sum of RGB (Red+Green+Blue) = 69+81+125=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 125 - color contains mainly: blue. Hex color #45517D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45517D is #BAAE82. Grayscale: #525252. Windows color (decimal): -12234371 or 8212805. OLE color: 8212805.
HSL color Cylindrical-coordinate representation of color #45517D: hue angle of 227.14º 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 #45517D is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 81 | 125 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.51 |
| HSL | 227.14º | 0.29% | 0.38% | - |
| HSV(B) | 227.14º | 0.45% | 0.49% | - |
| XYZ | 9.1 | 8.63 | 20.59 | - |
| YUV | 82.43 | 152.02 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 125 | 0.45 | 0.35 | 0 | 0.51 | 227.14 | 0.29 | 0.38 |
| Hex | 45 | 51 | 7D | 2D | 23 | 0 | 33 | E3 | 1D | 26 |
| Octal | 105 | 121 | 175 | 55 | 43 | 0 | 63 | 343 | 35 | 46 |
| Binary | 1000101 | 1010001 | 1111101 | 101101 | 100011 | 0 | 110011 | 11100011 | 11101 | 100110 |
Color Harmonies of #45517D
Complementary color
Monochromatic Colors of #45517D
Black with #45517D
Text Example
Text Example
White with #45517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45517D; }
p { color: rgb(69,81,125); }
H1.HeaderClassName
{
color: #45517D;
}
.AnyTagClassName
{
color: #45517D;
}
</style>
background-color css
<style>
a { background-color: #45517D; }
a { background-color: rgb(69,81,125); }
div.DivClassName
{
background-color: #45517D;
}
.BgClassName
{
background-color: #45517D;
}
</style>
border-color css
<style>
span { border-color: #45517D; }
span { border-color: rgb(69,81,125); }
td.TdClassName
{
border-color: #45517D;
}
.TagClassName
{
border-color: #45517D;
}
</style>