Shades of Astronaut #45507F
Tints of Astronaut #45507F
RGB
CMYK
RGB Variations
Color information
#45507F (or 0x45507F) is known color: Astronaut. HEX triplet: 45, 50 and 7F. RGB value is (69,80,127). Sum of RGB (Red+Green+Blue) = 69+80+127=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 127 - color contains mainly: blue. Hex color #45507F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45507F is #BAAF80. Grayscale: #515151. Windows color (decimal): -12234625 or 8343621. OLE color: 8343621.
HSL color Cylindrical-coordinate representation of color #45507F: hue angle of 228.62º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #45507F is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 80 | 127 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.50 |
| HSL | 228.62º | 0.3% | 0.38% | - |
| HSV(B) | 228.62º | 0.46% | 0.5% | - |
| XYZ | 9.15 | 8.53 | 21.24 | - |
| YUV | 82.07 | 153.36 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 127 | 0.46 | 0.37 | 0 | 0.50 | 228.62 | 0.3 | 0.38 |
| Hex | 45 | 50 | 7F | 2E | 25 | 0 | 32 | E5 | 1E | 26 |
| Octal | 105 | 120 | 177 | 56 | 45 | 0 | 62 | 345 | 36 | 46 |
| Binary | 1000101 | 1010000 | 1111111 | 101110 | 100101 | 0 | 110010 | 11100101 | 11110 | 100110 |
Color Harmonies of #45507F
Complementary color
Monochromatic Colors of #45507F
Black with #45507F
Text Example
Text Example
White with #45507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45507F; }
p { color: rgb(69,80,127); }
H1.HeaderClassName
{
color: #45507F;
}
.AnyTagClassName
{
color: #45507F;
}
</style>
background-color css
<style>
a { background-color: #45507F; }
a { background-color: rgb(69,80,127); }
div.DivClassName
{
background-color: #45507F;
}
.BgClassName
{
background-color: #45507F;
}
</style>
border-color css
<style>
span { border-color: #45507F; }
span { border-color: rgb(69,80,127); }
td.TdClassName
{
border-color: #45507F;
}
.TagClassName
{
border-color: #45507F;
}
</style>