Shades of Astronaut #455275
Tints of Astronaut #455275
RGB
CMYK
RGB Variations
Color information
#455275 (or 0x455275) is known color: Astronaut. HEX triplet: 45, 52 and 75. RGB value is (69,82,117). Sum of RGB (Red+Green+Blue) = 69+82+117=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #455275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455275 is #BAAD8A. Grayscale: #515151. Windows color (decimal): -12234123 or 7688773. OLE color: 7688773.
HSL color Cylindrical-coordinate representation of color #455275: hue angle of 223.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #455275 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 82 | 117 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.54 |
| HSL | 223.75º | 0.26% | 0.36% | - |
| HSV(B) | 223.75º | 0.41% | 0.46% | - |
| XYZ | 8.68 | 8.58 | 18.03 | - |
| YUV | 82.1 | 147.69 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 117 | 0.41 | 0.30 | 0 | 0.54 | 223.75 | 0.26 | 0.36 |
| Hex | 45 | 52 | 75 | 29 | 1E | 0 | 36 | E0 | 1A | 24 |
| Octal | 105 | 122 | 165 | 51 | 36 | 0 | 66 | 340 | 32 | 44 |
| Binary | 1000101 | 1010010 | 1110101 | 101001 | 11110 | 0 | 110110 | 11100000 | 11010 | 100100 |
Color Harmonies of #455275
Complementary color
Monochromatic Colors of #455275
Black with #455275
Text Example
Text Example
White with #455275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455275; }
p { color: rgb(69,82,117); }
H1.HeaderClassName
{
color: #455275;
}
.AnyTagClassName
{
color: #455275;
}
</style>
background-color css
<style>
a { background-color: #455275; }
a { background-color: rgb(69,82,117); }
div.DivClassName
{
background-color: #455275;
}
.BgClassName
{
background-color: #455275;
}
</style>
border-color css
<style>
span { border-color: #455275; }
span { border-color: rgb(69,82,117); }
td.TdClassName
{
border-color: #455275;
}
.TagClassName
{
border-color: #455275;
}
</style>