Shades of Astronaut #455377
Tints of Astronaut #455377
RGB
CMYK
RGB Variations
Color information
#455377 (or 0x455377) is known color: Astronaut. HEX triplet: 45, 53 and 77. RGB value is (69,83,119). Sum of RGB (Red+Green+Blue) = 69+83+119=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #455377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455377 is #BAAC88. Grayscale: #525252. Windows color (decimal): -12233865 or 7820101. OLE color: 7820101.
HSL color Cylindrical-coordinate representation of color #455377: hue angle of 223.2º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #455377 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 83 | 119 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.53 |
| HSL | 223.2º | 0.27% | 0.37% | - |
| HSV(B) | 223.2º | 0.42% | 0.47% | - |
| XYZ | 8.88 | 8.78 | 18.68 | - |
| YUV | 82.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 119 | 0.42 | 0.30 | 0 | 0.53 | 223.2 | 0.27 | 0.37 |
| Hex | 45 | 53 | 77 | 2A | 1E | 0 | 35 | DF | 1B | 25 |
| Octal | 105 | 123 | 167 | 52 | 36 | 0 | 65 | 337 | 33 | 45 |
| Binary | 1000101 | 1010011 | 1110111 | 101010 | 11110 | 0 | 110101 | 11011111 | 11011 | 100101 |
Color Harmonies of #455377
Complementary color
Monochromatic Colors of #455377
Black with #455377
Text Example
Text Example
White with #455377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455377; }
p { color: rgb(69,83,119); }
H1.HeaderClassName
{
color: #455377;
}
.AnyTagClassName
{
color: #455377;
}
</style>
background-color css
<style>
a { background-color: #455377; }
a { background-color: rgb(69,83,119); }
div.DivClassName
{
background-color: #455377;
}
.BgClassName
{
background-color: #455377;
}
</style>
border-color css
<style>
span { border-color: #455377; }
span { border-color: rgb(69,83,119); }
td.TdClassName
{
border-color: #455377;
}
.TagClassName
{
border-color: #455377;
}
</style>