Shades of Astronaut #445275
Tints of Astronaut #445275
RGB
CMYK
RGB Variations
Color information
#445275 (or 0x445275) is known color: Astronaut. HEX triplet: 44, 52 and 75. RGB value is (68,82,117). Sum of RGB (Red+Green+Blue) = 68+82+117=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #445275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445275 is #BBAD8A. Grayscale: #515151. Windows color (decimal): -12299659 or 7688772. OLE color: 7688772.
HSL color Cylindrical-coordinate representation of color #445275: hue angle of 222.86º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #445275 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 82 | 117 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.54 |
| HSL | 222.86º | 0.26% | 0.36% | - |
| HSV(B) | 222.86º | 0.42% | 0.46% | - |
| XYZ | 8.61 | 8.55 | 18.03 | - |
| YUV | 81.8 | 147.86 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 117 | 0.42 | 0.30 | 0 | 0.54 | 222.86 | 0.26 | 0.36 |
| Hex | 44 | 52 | 75 | 2A | 1E | 0 | 36 | DF | 1A | 24 |
| Octal | 104 | 122 | 165 | 52 | 36 | 0 | 66 | 337 | 32 | 44 |
| Binary | 1000100 | 1010010 | 1110101 | 101010 | 11110 | 0 | 110110 | 11011111 | 11010 | 100100 |
Color Harmonies of #445275
Complementary color
Monochromatic Colors of #445275
Black with #445275
Text Example
Text Example
White with #445275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445275; }
p { color: rgb(68,82,117); }
H1.HeaderClassName
{
color: #445275;
}
.AnyTagClassName
{
color: #445275;
}
</style>
background-color css
<style>
a { background-color: #445275; }
a { background-color: rgb(68,82,117); }
div.DivClassName
{
background-color: #445275;
}
.BgClassName
{
background-color: #445275;
}
</style>
border-color css
<style>
span { border-color: #445275; }
span { border-color: rgb(68,82,117); }
td.TdClassName
{
border-color: #445275;
}
.TagClassName
{
border-color: #445275;
}
</style>