Shades of Space Shuttle #454039
Tints of Space Shuttle #454039
RGB
CMYK
RGB Variations
Color information
#454039 (or 0x454039) is known color: Space Shuttle. HEX triplet: 45, 40 and 39. RGB value is (69,64,57). Sum of RGB (Red+Green+Blue) = 69+64+57=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 69 - color contains mainly: red. Hex color #454039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454039 is #BABFC6. Grayscale: #404040. Windows color (decimal): -12238791 or 3752005. OLE color: 3752005.
HSL color Cylindrical-coordinate representation of color #454039: hue angle of 35º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #454039 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 64 | 57 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.73 |
| HSL | 35º | 0.1% | 0.25% | - |
| HSV(B) | 35º | 0.17% | 0.27% | - |
| XYZ | 5.03 | 5.23 | 4.61 | - |
| YUV | 64.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 57 | 0 | 0.07 | 0.17 | 0.73 | 35 | 0.1 | 0.25 |
| Hex | 45 | 40 | 39 | 0 | 7 | 11 | 49 | 23 | A | 19 |
| Octal | 105 | 100 | 71 | 0 | 7 | 21 | 111 | 43 | 12 | 31 |
| Binary | 1000101 | 1000000 | 111001 | 0 | 111 | 10001 | 1001001 | 100011 | 1010 | 11001 |
Color Harmonies of #454039
Complementary color
Monochromatic Colors of #454039
Black with #454039
Text Example
Text Example
White with #454039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454039; }
p { color: rgb(69,64,57); }
H1.HeaderClassName
{
color: #454039;
}
.AnyTagClassName
{
color: #454039;
}
</style>
background-color css
<style>
a { background-color: #454039; }
a { background-color: rgb(69,64,57); }
div.DivClassName
{
background-color: #454039;
}
.BgClassName
{
background-color: #454039;
}
</style>
border-color css
<style>
span { border-color: #454039; }
span { border-color: rgb(69,64,57); }
td.TdClassName
{
border-color: #454039;
}
.TagClassName
{
border-color: #454039;
}
</style>