Shades of Astronaut #444C6E
Tints of Astronaut #444C6E
RGB
CMYK
RGB Variations
Color information
#444C6E (or 0x444C6E) is known color: Astronaut. HEX triplet: 44, 4C and 6E. RGB value is (68,76,110). Sum of RGB (Red+Green+Blue) = 68+76+110=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #444C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C6E is #BBB391. Grayscale: #4D4D4D. Windows color (decimal): -12301202 or 7228484. OLE color: 7228484.
HSL color Cylindrical-coordinate representation of color #444C6E: hue angle of 228.57º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #444C6E is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 76 | 110 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.57 |
| HSL | 228.57º | 0.24% | 0.35% | - |
| HSV(B) | 228.57º | 0.38% | 0.43% | - |
| XYZ | 7.78 | 7.52 | 15.79 | - |
| YUV | 77.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 110 | 0.38 | 0.31 | 0 | 0.57 | 228.57 | 0.24 | 0.35 |
| Hex | 44 | 4C | 6E | 26 | 1F | 0 | 39 | E5 | 18 | 23 |
| Octal | 104 | 114 | 156 | 46 | 37 | 0 | 71 | 345 | 30 | 43 |
| Binary | 1000100 | 1001100 | 1101110 | 100110 | 11111 | 0 | 111001 | 11100101 | 11000 | 100011 |
Color Harmonies of #444C6E
Complementary color
Monochromatic Colors of #444C6E
Black with #444C6E
Text Example
Text Example
White with #444C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C6E; }
p { color: rgb(68,76,110); }
H1.HeaderClassName
{
color: #444C6E;
}
.AnyTagClassName
{
color: #444C6E;
}
</style>
background-color css
<style>
a { background-color: #444C6E; }
a { background-color: rgb(68,76,110); }
div.DivClassName
{
background-color: #444C6E;
}
.BgClassName
{
background-color: #444C6E;
}
</style>
border-color css
<style>
span { border-color: #444C6E; }
span { border-color: rgb(68,76,110); }
td.TdClassName
{
border-color: #444C6E;
}
.TagClassName
{
border-color: #444C6E;
}
</style>