Shades of Astronaut #444B7A
Tints of Astronaut #444B7A
RGB
CMYK
RGB Variations
Color information
#444B7A (or 0x444B7A) is known color: Astronaut. HEX triplet: 44, 4B and 7A. RGB value is (68,75,122). Sum of RGB (Red+Green+Blue) = 68+75+122=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #444B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B7A is #BBB485. Grayscale: #4E4E4E. Windows color (decimal): -12301446 or 8014660. OLE color: 8014660.
HSL color Cylindrical-coordinate representation of color #444B7A: hue angle of 232.22º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #444B7A is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 75 | 122 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.52 |
| HSL | 232.22º | 0.28% | 0.37% | - |
| HSV(B) | 232.22º | 0.44% | 0.48% | - |
| XYZ | 8.41 | 7.67 | 19.45 | - |
| YUV | 78.27 | 152.68 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 122 | 0.44 | 0.39 | 0 | 0.52 | 232.22 | 0.28 | 0.37 |
| Hex | 44 | 4B | 7A | 2C | 27 | 0 | 34 | E8 | 1C | 25 |
| Octal | 104 | 113 | 172 | 54 | 47 | 0 | 64 | 350 | 34 | 45 |
| Binary | 1000100 | 1001011 | 1111010 | 101100 | 100111 | 0 | 110100 | 11101000 | 11100 | 100101 |
Color Harmonies of #444B7A
Complementary color
Monochromatic Colors of #444B7A
Black with #444B7A
Text Example
Text Example
White with #444B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B7A; }
p { color: rgb(68,75,122); }
H1.HeaderClassName
{
color: #444B7A;
}
.AnyTagClassName
{
color: #444B7A;
}
</style>
background-color css
<style>
a { background-color: #444B7A; }
a { background-color: rgb(68,75,122); }
div.DivClassName
{
background-color: #444B7A;
}
.BgClassName
{
background-color: #444B7A;
}
</style>
border-color css
<style>
span { border-color: #444B7A; }
span { border-color: rgb(68,75,122); }
td.TdClassName
{
border-color: #444B7A;
}
.TagClassName
{
border-color: #444B7A;
}
</style>