Shades of Astronaut #445374
Tints of Astronaut #445374
RGB
CMYK
RGB Variations
Color information
#445374 (or 0x445374) is known color: Astronaut. HEX triplet: 44, 53 and 74. RGB value is (68,83,116). Sum of RGB (Red+Green+Blue) = 68+83+116=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 116 - color contains mainly: blue. Hex color #445374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445374 is #BBAC8B. Grayscale: #525252. Windows color (decimal): -12299404 or 7623492. OLE color: 7623492.
HSL color Cylindrical-coordinate representation of color #445374: hue angle of 221.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #445374 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 83 | 116 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.55 |
| HSL | 221.25º | 0.26% | 0.36% | - |
| HSV(B) | 221.25º | 0.41% | 0.45% | - |
| XYZ | 8.63 | 8.68 | 17.74 | - |
| YUV | 82.28 | 147.03 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 116 | 0.41 | 0.28 | 0 | 0.55 | 221.25 | 0.26 | 0.36 |
| Hex | 44 | 53 | 74 | 29 | 1C | 0 | 37 | DD | 1A | 24 |
| Octal | 104 | 123 | 164 | 51 | 34 | 0 | 67 | 335 | 32 | 44 |
| Binary | 1000100 | 1010011 | 1110100 | 101001 | 11100 | 0 | 110111 | 11011101 | 11010 | 100100 |
Color Harmonies of #445374
Complementary color
Monochromatic Colors of #445374
Black with #445374
Text Example
Text Example
White with #445374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445374; }
p { color: rgb(68,83,116); }
H1.HeaderClassName
{
color: #445374;
}
.AnyTagClassName
{
color: #445374;
}
</style>
background-color css
<style>
a { background-color: #445374; }
a { background-color: rgb(68,83,116); }
div.DivClassName
{
background-color: #445374;
}
.BgClassName
{
background-color: #445374;
}
</style>
border-color css
<style>
span { border-color: #445374; }
span { border-color: rgb(68,83,116); }
td.TdClassName
{
border-color: #445374;
}
.TagClassName
{
border-color: #445374;
}
</style>