Shades of Astronaut #444C7D
Tints of Astronaut #444C7D
RGB
CMYK
RGB Variations
Color information
#444C7D (or 0x444C7D) is known color: Astronaut. HEX triplet: 44, 4C and 7D. RGB value is (68,76,125). Sum of RGB (Red+Green+Blue) = 68+76+125=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 125 - color contains mainly: blue. Hex color #444C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C7D is #BBB382. Grayscale: #4E4E4E. Windows color (decimal): -12301187 or 8211524. OLE color: 8211524.
HSL color Cylindrical-coordinate representation of color #444C7D: hue angle of 231.58º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #444C7D is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 76 | 125 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.51 |
| HSL | 231.58º | 0.3% | 0.38% | - |
| HSV(B) | 231.58º | 0.46% | 0.49% | - |
| XYZ | 8.67 | 7.88 | 20.47 | - |
| YUV | 79.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 125 | 0.46 | 0.39 | 0 | 0.51 | 231.58 | 0.3 | 0.38 |
| Hex | 44 | 4C | 7D | 2E | 27 | 0 | 33 | E8 | 1E | 26 |
| Octal | 104 | 114 | 175 | 56 | 47 | 0 | 63 | 350 | 36 | 46 |
| Binary | 1000100 | 1001100 | 1111101 | 101110 | 100111 | 0 | 110011 | 11101000 | 11110 | 100110 |
Color Harmonies of #444C7D
Complementary color
Monochromatic Colors of #444C7D
Black with #444C7D
Text Example
Text Example
White with #444C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C7D; }
p { color: rgb(68,76,125); }
H1.HeaderClassName
{
color: #444C7D;
}
.AnyTagClassName
{
color: #444C7D;
}
</style>
background-color css
<style>
a { background-color: #444C7D; }
a { background-color: rgb(68,76,125); }
div.DivClassName
{
background-color: #444C7D;
}
.BgClassName
{
background-color: #444C7D;
}
</style>
border-color css
<style>
span { border-color: #444C7D; }
span { border-color: rgb(68,76,125); }
td.TdClassName
{
border-color: #444C7D;
}
.TagClassName
{
border-color: #444C7D;
}
</style>