Shades of Space Shuttle #45423F
Tints of Space Shuttle #45423F
RGB
CMYK
RGB Variations
Color information
#45423F (or 0x45423F) is known color: Space Shuttle. HEX triplet: 45, 42 and 3F. RGB value is (69,66,63). Sum of RGB (Red+Green+Blue) = 69+66+63=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 69 - color contains mainly: red. Hex color #45423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45423F is #BABDC0. Grayscale: #424242. Windows color (decimal): -12238273 or 4145733. OLE color: 4145733.
HSL color Cylindrical-coordinate representation of color #45423F: hue angle of 30º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #45423F is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 66 | 63 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.73 |
| HSL | 30º | 0.05% | 0.26% | - |
| HSV(B) | 30º | 0.09% | 0.27% | - |
| XYZ | 5.3 | 5.52 | 5.49 | - |
| YUV | 66.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 63 | 0 | 0.04 | 0.09 | 0.73 | 30 | 0.05 | 0.26 |
| Hex | 45 | 42 | 3F | 0 | 4 | 9 | 49 | 1E | 5 | 1A |
| Octal | 105 | 102 | 77 | 0 | 4 | 11 | 111 | 36 | 5 | 32 |
| Binary | 1000101 | 1000010 | 111111 | 0 | 100 | 1001 | 1001001 | 11110 | 101 | 11010 |
Color Harmonies of #45423F
Complementary color
Monochromatic Colors of #45423F
Black with #45423F
Text Example
Text Example
White with #45423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45423F; }
p { color: rgb(69,66,63); }
H1.HeaderClassName
{
color: #45423F;
}
.AnyTagClassName
{
color: #45423F;
}
</style>
background-color css
<style>
a { background-color: #45423F; }
a { background-color: rgb(69,66,63); }
div.DivClassName
{
background-color: #45423F;
}
.BgClassName
{
background-color: #45423F;
}
</style>
border-color css
<style>
span { border-color: #45423F; }
span { border-color: rgb(69,66,63); }
td.TdClassName
{
border-color: #45423F;
}
.TagClassName
{
border-color: #45423F;
}
</style>