Shades of Astronaut #444B70
Tints of Astronaut #444B70
RGB
CMYK
RGB Variations
Color information
#444B70 (or 0x444B70) is known color: Astronaut. HEX triplet: 44, 4B and 70. RGB value is (68,75,112). Sum of RGB (Red+Green+Blue) = 68+75+112=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #444B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B70 is #BBB48F. Grayscale: #4C4C4C. Windows color (decimal): -12301456 or 7359300. OLE color: 7359300.
HSL color Cylindrical-coordinate representation of color #444B70: hue angle of 230.45º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #444B70 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 75 | 112 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.56 |
| HSL | 230.45º | 0.24% | 0.35% | - |
| HSV(B) | 230.45º | 0.39% | 0.44% | - |
| XYZ | 7.82 | 7.43 | 16.35 | - |
| YUV | 77.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 112 | 0.39 | 0.33 | 0 | 0.56 | 230.45 | 0.24 | 0.35 |
| Hex | 44 | 4B | 70 | 27 | 21 | 0 | 38 | E6 | 18 | 23 |
| Octal | 104 | 113 | 160 | 47 | 41 | 0 | 70 | 346 | 30 | 43 |
| Binary | 1000100 | 1001011 | 1110000 | 100111 | 100001 | 0 | 111000 | 11100110 | 11000 | 100011 |
Color Harmonies of #444B70
Complementary color
Monochromatic Colors of #444B70
Black with #444B70
Text Example
Text Example
White with #444B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B70; }
p { color: rgb(68,75,112); }
H1.HeaderClassName
{
color: #444B70;
}
.AnyTagClassName
{
color: #444B70;
}
</style>
background-color css
<style>
a { background-color: #444B70; }
a { background-color: rgb(68,75,112); }
div.DivClassName
{
background-color: #444B70;
}
.BgClassName
{
background-color: #444B70;
}
</style>
border-color css
<style>
span { border-color: #444B70; }
span { border-color: rgb(68,75,112); }
td.TdClassName
{
border-color: #444B70;
}
.TagClassName
{
border-color: #444B70;
}
</style>