Shades of Space Shuttle #4A453E
Tints of Space Shuttle #4A453E
RGB
CMYK
RGB Variations
Color information
#4A453E (or 0x4A453E) is known color: Space Shuttle. HEX triplet: 4A, 45 and 3E. RGB value is (74,69,62). Sum of RGB (Red+Green+Blue) = 74+69+62=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 74 - color contains mainly: red. Hex color #4A453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A453E is #B5BAC1. Grayscale: #454545. Windows color (decimal): -11909826 or 4080970. OLE color: 4080970.
HSL color Cylindrical-coordinate representation of color #4A453E: hue angle of 35º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4A453E is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 69 | 62 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.71 |
| HSL | 35º | 0.09% | 0.27% | - |
| HSV(B) | 35º | 0.16% | 0.29% | - |
| XYZ | 5.82 | 6.06 | 5.42 | - |
| YUV | 69.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 69 | 62 | 0 | 0.07 | 0.16 | 0.71 | 35 | 0.09 | 0.27 |
| Hex | 4A | 45 | 3E | 0 | 7 | 10 | 47 | 23 | 9 | 1B |
| Octal | 112 | 105 | 76 | 0 | 7 | 20 | 107 | 43 | 11 | 33 |
| Binary | 1001010 | 1000101 | 111110 | 0 | 111 | 10000 | 1000111 | 100011 | 1001 | 11011 |
Color Harmonies of #4A453E
Complementary color
Monochromatic Colors of #4A453E
Black with #4A453E
Text Example
Text Example
White with #4A453E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A453E; }
p { color: rgb(74,69,62); }
H1.HeaderClassName
{
color: #4A453E;
}
.AnyTagClassName
{
color: #4A453E;
}
</style>
background-color css
<style>
a { background-color: #4A453E; }
a { background-color: rgb(74,69,62); }
div.DivClassName
{
background-color: #4A453E;
}
.BgClassName
{
background-color: #4A453E;
}
</style>
border-color css
<style>
span { border-color: #4A453E; }
span { border-color: rgb(74,69,62); }
td.TdClassName
{
border-color: #4A453E;
}
.TagClassName
{
border-color: #4A453E;
}
</style>