Shades of Space Shuttle #44423E
Tints of Space Shuttle #44423E
RGB
CMYK
RGB Variations
Color information
#44423E (or 0x44423E) is known color: Space Shuttle. HEX triplet: 44, 42 and 3E. RGB value is (68,66,62). Sum of RGB (Red+Green+Blue) = 68+66+62=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 68 - color contains mainly: red. Hex color #44423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44423E is #BBBDC1. Grayscale: #424242. Windows color (decimal): -12303810 or 4080196. OLE color: 4080196.
HSL color Cylindrical-coordinate representation of color #44423E: hue angle of 40º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #44423E is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 66 | 62 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.73 |
| HSL | 40º | 0.05% | 0.25% | - |
| HSV(B) | 40º | 0.09% | 0.27% | - |
| XYZ | 5.2 | 5.47 | 5.34 | - |
| YUV | 66.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 66 | 62 | 0 | 0.03 | 0.09 | 0.73 | 40 | 0.05 | 0.25 |
| Hex | 44 | 42 | 3E | 0 | 3 | 9 | 49 | 28 | 5 | 19 |
| Octal | 104 | 102 | 76 | 0 | 3 | 11 | 111 | 50 | 5 | 31 |
| Binary | 1000100 | 1000010 | 111110 | 0 | 11 | 1001 | 1001001 | 101000 | 101 | 11001 |
Color Harmonies of #44423E
Complementary color
Monochromatic Colors of #44423E
Black with #44423E
Text Example
Text Example
White with #44423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44423E; }
p { color: rgb(68,66,62); }
H1.HeaderClassName
{
color: #44423E;
}
.AnyTagClassName
{
color: #44423E;
}
</style>
background-color css
<style>
a { background-color: #44423E; }
a { background-color: rgb(68,66,62); }
div.DivClassName
{
background-color: #44423E;
}
.BgClassName
{
background-color: #44423E;
}
</style>
border-color css
<style>
span { border-color: #44423E; }
span { border-color: rgb(68,66,62); }
td.TdClassName
{
border-color: #44423E;
}
.TagClassName
{
border-color: #44423E;
}
</style>