Shades of Astronaut #445078
Tints of Astronaut #445078
RGB
CMYK
RGB Variations
Color information
#445078 (or 0x445078) is known color: Astronaut. HEX triplet: 44, 50 and 78. RGB value is (68,80,120). Sum of RGB (Red+Green+Blue) = 68+80+120=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #445078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445078 is #BBAF87. Grayscale: #505050. Windows color (decimal): -12300168 or 7884868. OLE color: 7884868.
HSL color Cylindrical-coordinate representation of color #445078: hue angle of 226.15º degrees, saturation: 0.28, 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 #445078 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 80 | 120 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.53 |
| HSL | 226.15º | 0.28% | 0.37% | - |
| HSV(B) | 226.15º | 0.43% | 0.47% | - |
| XYZ | 8.64 | 8.32 | 18.92 | - |
| YUV | 80.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 120 | 0.43 | 0.33 | 0 | 0.53 | 226.15 | 0.28 | 0.37 |
| Hex | 44 | 50 | 78 | 2B | 21 | 0 | 35 | E2 | 1C | 25 |
| Octal | 104 | 120 | 170 | 53 | 41 | 0 | 65 | 342 | 34 | 45 |
| Binary | 1000100 | 1010000 | 1111000 | 101011 | 100001 | 0 | 110101 | 11100010 | 11100 | 100101 |
Color Harmonies of #445078
Complementary color
Monochromatic Colors of #445078
Black with #445078
Text Example
Text Example
White with #445078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445078; }
p { color: rgb(68,80,120); }
H1.HeaderClassName
{
color: #445078;
}
.AnyTagClassName
{
color: #445078;
}
</style>
background-color css
<style>
a { background-color: #445078; }
a { background-color: rgb(68,80,120); }
div.DivClassName
{
background-color: #445078;
}
.BgClassName
{
background-color: #445078;
}
</style>
border-color css
<style>
span { border-color: #445078; }
span { border-color: rgb(68,80,120); }
td.TdClassName
{
border-color: #445078;
}
.TagClassName
{
border-color: #445078;
}
</style>