Shades of Astronaut #444B73
Tints of Astronaut #444B73
RGB
CMYK
RGB Variations
Color information
#444B73 (or 0x444B73) is known color: Astronaut. HEX triplet: 44, 4B and 73. RGB value is (68,75,115). Sum of RGB (Red+Green+Blue) = 68+75+115=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #444B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B73 is #BBB48C. Grayscale: #4D4D4D. Windows color (decimal): -12301453 or 7555908. OLE color: 7555908.
HSL color Cylindrical-coordinate representation of color #444B73: hue angle of 231.06º 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 #444B73 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 75 | 115 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.55 |
| HSL | 231.06º | 0.26% | 0.36% | - |
| HSV(B) | 231.06º | 0.41% | 0.45% | - |
| XYZ | 7.99 | 7.5 | 17.25 | - |
| YUV | 77.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 115 | 0.41 | 0.35 | 0 | 0.55 | 231.06 | 0.26 | 0.36 |
| Hex | 44 | 4B | 73 | 29 | 23 | 0 | 37 | E7 | 1A | 24 |
| Octal | 104 | 113 | 163 | 51 | 43 | 0 | 67 | 347 | 32 | 44 |
| Binary | 1000100 | 1001011 | 1110011 | 101001 | 100011 | 0 | 110111 | 11100111 | 11010 | 100100 |
Color Harmonies of #444B73
Complementary color
Monochromatic Colors of #444B73
Black with #444B73
Text Example
Text Example
White with #444B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B73; }
p { color: rgb(68,75,115); }
H1.HeaderClassName
{
color: #444B73;
}
.AnyTagClassName
{
color: #444B73;
}
</style>
background-color css
<style>
a { background-color: #444B73; }
a { background-color: rgb(68,75,115); }
div.DivClassName
{
background-color: #444B73;
}
.BgClassName
{
background-color: #444B73;
}
</style>
border-color css
<style>
span { border-color: #444B73; }
span { border-color: rgb(68,75,115); }
td.TdClassName
{
border-color: #444B73;
}
.TagClassName
{
border-color: #444B73;
}
</style>