Shades of Space Shuttle #46423C
Tints of Space Shuttle #46423C
RGB
CMYK
RGB Variations
Color information
#46423C (or 0x46423C) is known color: Space Shuttle. HEX triplet: 46, 42 and 3C. RGB value is (70,66,60). Sum of RGB (Red+Green+Blue) = 70+66+60=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 70 - color contains mainly: red. Hex color #46423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46423C is #B9BDC3. Grayscale: #424242. Windows color (decimal): -12172740 or 3949126. OLE color: 3949126.
HSL color Cylindrical-coordinate representation of color #46423C: hue angle of 36º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #46423C is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 66 | 60 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.73 |
| HSL | 36º | 0.08% | 0.25% | - |
| HSV(B) | 36º | 0.14% | 0.27% | - |
| XYZ | 5.29 | 5.52 | 5.06 | - |
| YUV | 66.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 60 | 0 | 0.06 | 0.14 | 0.73 | 36 | 0.08 | 0.25 |
| Hex | 46 | 42 | 3C | 0 | 6 | E | 49 | 24 | 8 | 19 |
| Octal | 106 | 102 | 74 | 0 | 6 | 16 | 111 | 44 | 10 | 31 |
| Binary | 1000110 | 1000010 | 111100 | 0 | 110 | 1110 | 1001001 | 100100 | 1000 | 11001 |
Color Harmonies of #46423C
Complementary color
Monochromatic Colors of #46423C
Black with #46423C
Text Example
Text Example
White with #46423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46423C; }
p { color: rgb(70,66,60); }
H1.HeaderClassName
{
color: #46423C;
}
.AnyTagClassName
{
color: #46423C;
}
</style>
background-color css
<style>
a { background-color: #46423C; }
a { background-color: rgb(70,66,60); }
div.DivClassName
{
background-color: #46423C;
}
.BgClassName
{
background-color: #46423C;
}
</style>
border-color css
<style>
span { border-color: #46423C; }
span { border-color: rgb(70,66,60); }
td.TdClassName
{
border-color: #46423C;
}
.TagClassName
{
border-color: #46423C;
}
</style>