Shades of Astronaut #45527D
Tints of Astronaut #45527D
RGB
CMYK
RGB Variations
Color information
#45527D (or 0x45527D) is known color: Astronaut. HEX triplet: 45, 52 and 7D. RGB value is (69,82,125). Sum of RGB (Red+Green+Blue) = 69+82+125=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #45527D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45527D is #BAAD82. Grayscale: #525252. Windows color (decimal): -12234115 or 8213061. OLE color: 8213061.
HSL color Cylindrical-coordinate representation of color #45527D: hue angle of 226.07º 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 #45527D is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 82 | 125 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.51 |
| HSL | 226.07º | 0.29% | 0.38% | - |
| HSV(B) | 226.07º | 0.45% | 0.49% | - |
| XYZ | 9.17 | 8.78 | 20.61 | - |
| YUV | 83.02 | 151.69 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 125 | 0.45 | 0.34 | 0 | 0.51 | 226.07 | 0.29 | 0.38 |
| Hex | 45 | 52 | 7D | 2D | 22 | 0 | 33 | E2 | 1D | 26 |
| Octal | 105 | 122 | 175 | 55 | 42 | 0 | 63 | 342 | 35 | 46 |
| Binary | 1000101 | 1010010 | 1111101 | 101101 | 100010 | 0 | 110011 | 11100010 | 11101 | 100110 |
Color Harmonies of #45527D
Complementary color
Monochromatic Colors of #45527D
Black with #45527D
Text Example
Text Example
White with #45527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45527D; }
p { color: rgb(69,82,125); }
H1.HeaderClassName
{
color: #45527D;
}
.AnyTagClassName
{
color: #45527D;
}
</style>
background-color css
<style>
a { background-color: #45527D; }
a { background-color: rgb(69,82,125); }
div.DivClassName
{
background-color: #45527D;
}
.BgClassName
{
background-color: #45527D;
}
</style>
border-color css
<style>
span { border-color: #45527D; }
span { border-color: rgb(69,82,125); }
td.TdClassName
{
border-color: #45527D;
}
.TagClassName
{
border-color: #45527D;
}
</style>