Shades of Astronaut #455281
Tints of Astronaut #455281
RGB
CMYK
RGB Variations
Color information
#455281 (or 0x455281) is known color: Astronaut. HEX triplet: 45, 52 and 81. RGB value is (69,82,129). Sum of RGB (Red+Green+Blue) = 69+82+129=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #455281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455281 is #BAAD7E. Grayscale: #535353. Windows color (decimal): -12234111 or 8475205. OLE color: 8475205.
HSL color Cylindrical-coordinate representation of color #455281: hue angle of 227º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #455281 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 82 | 129 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.49 |
| HSL | 227º | 0.3% | 0.39% | - |
| HSV(B) | 227º | 0.47% | 0.51% | - |
| XYZ | 9.43 | 8.88 | 21.99 | - |
| YUV | 83.47 | 153.69 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 129 | 0.47 | 0.36 | 0 | 0.49 | 227 | 0.3 | 0.39 |
| Hex | 45 | 52 | 81 | 2F | 24 | 0 | 31 | E3 | 1E | 27 |
| Octal | 105 | 122 | 201 | 57 | 44 | 0 | 61 | 343 | 36 | 47 |
| Binary | 1000101 | 1010010 | 10000001 | 101111 | 100100 | 0 | 110001 | 11100011 | 11110 | 100111 |
Color Harmonies of #455281
Complementary color
Monochromatic Colors of #455281
Black with #455281
Text Example
Text Example
White with #455281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455281; }
p { color: rgb(69,82,129); }
H1.HeaderClassName
{
color: #455281;
}
.AnyTagClassName
{
color: #455281;
}
</style>
background-color css
<style>
a { background-color: #455281; }
a { background-color: rgb(69,82,129); }
div.DivClassName
{
background-color: #455281;
}
.BgClassName
{
background-color: #455281;
}
</style>
border-color css
<style>
span { border-color: #455281; }
span { border-color: rgb(69,82,129); }
td.TdClassName
{
border-color: #455281;
}
.TagClassName
{
border-color: #455281;
}
</style>