Shades of Astronaut #455278
Tints of Astronaut #455278
RGB
CMYK
RGB Variations
Color information
#455278 (or 0x455278) is known color: Astronaut. HEX triplet: 45, 52 and 78. RGB value is (69,82,120). Sum of RGB (Red+Green+Blue) = 69+82+120=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #455278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455278 is #BAAD87. Grayscale: #525252. Windows color (decimal): -12234120 or 7885381. OLE color: 7885381.
HSL color Cylindrical-coordinate representation of color #455278: hue angle of 224.71º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #455278 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 82 | 120 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.53 |
| HSL | 224.71º | 0.27% | 0.37% | - |
| HSV(B) | 224.71º | 0.43% | 0.47% | - |
| XYZ | 8.86 | 8.66 | 18.97 | - |
| YUV | 82.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 120 | 0.42 | 0.32 | 0 | 0.53 | 224.71 | 0.27 | 0.37 |
| Hex | 45 | 52 | 78 | 2A | 20 | 0 | 35 | E1 | 1B | 25 |
| Octal | 105 | 122 | 170 | 52 | 40 | 0 | 65 | 341 | 33 | 45 |
| Binary | 1000101 | 1010010 | 1111000 | 101010 | 100000 | 0 | 110101 | 11100001 | 11011 | 100101 |
Color Harmonies of #455278
Complementary color
Monochromatic Colors of #455278
Black with #455278
Text Example
Text Example
White with #455278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455278; }
p { color: rgb(69,82,120); }
H1.HeaderClassName
{
color: #455278;
}
.AnyTagClassName
{
color: #455278;
}
</style>
background-color css
<style>
a { background-color: #455278; }
a { background-color: rgb(69,82,120); }
div.DivClassName
{
background-color: #455278;
}
.BgClassName
{
background-color: #455278;
}
</style>
border-color css
<style>
span { border-color: #455278; }
span { border-color: rgb(69,82,120); }
td.TdClassName
{
border-color: #455278;
}
.TagClassName
{
border-color: #455278;
}
</style>