Shades of Space Shuttle #46413C
Tints of Space Shuttle #46413C
RGB
CMYK
RGB Variations
Color information
#46413C (or 0x46413C) is known color: Space Shuttle. HEX triplet: 46, 41 and 3C. RGB value is (70,65,60). Sum of RGB (Red+Green+Blue) = 70+65+60=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 70 - color contains mainly: red. Hex color #46413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46413C is #B9BEC3. Grayscale: #414141. Windows color (decimal): -12172996 or 3948870. OLE color: 3948870.
HSL color Cylindrical-coordinate representation of color #46413C: hue angle of 30º 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 #46413C is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 65 | 60 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.73 |
| HSL | 30º | 0.08% | 0.25% | - |
| HSV(B) | 30º | 0.14% | 0.27% | - |
| XYZ | 5.23 | 5.41 | 5.04 | - |
| YUV | 65.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 60 | 0 | 0.07 | 0.14 | 0.73 | 30 | 0.08 | 0.25 |
| Hex | 46 | 41 | 3C | 0 | 7 | E | 49 | 1E | 8 | 19 |
| Octal | 106 | 101 | 74 | 0 | 7 | 16 | 111 | 36 | 10 | 31 |
| Binary | 1000110 | 1000001 | 111100 | 0 | 111 | 1110 | 1001001 | 11110 | 1000 | 11001 |
Color Harmonies of #46413C
Complementary color
Monochromatic Colors of #46413C
Black with #46413C
Text Example
Text Example
White with #46413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46413C; }
p { color: rgb(70,65,60); }
H1.HeaderClassName
{
color: #46413C;
}
.AnyTagClassName
{
color: #46413C;
}
</style>
background-color css
<style>
a { background-color: #46413C; }
a { background-color: rgb(70,65,60); }
div.DivClassName
{
background-color: #46413C;
}
.BgClassName
{
background-color: #46413C;
}
</style>
border-color css
<style>
span { border-color: #46413C; }
span { border-color: rgb(70,65,60); }
td.TdClassName
{
border-color: #46413C;
}
.TagClassName
{
border-color: #46413C;
}
</style>