Shades of Castro #46202E
Tints of Castro #46202E
RGB
CMYK
RGB Variations
Color information
#46202E (or 0x46202E) is known color: Castro. HEX triplet: 46, 20 and 2E. RGB value is (70,32,46). Sum of RGB (Red+Green+Blue) = 70+32+46=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #46202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46202E is #B9DFD1. Grayscale: #2C2C2C. Windows color (decimal): -12181458 or 3022918. OLE color: 3022918.
HSL color Cylindrical-coordinate representation of color #46202E: hue angle of 337.89º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46202E is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 32 | 46 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.73 |
| HSL | 337.89º | 0.37% | 0.2% | - |
| HSV(B) | 337.89º | 0.54% | 0.27% | - |
| XYZ | 3.54 | 2.53 | 2.89 | - |
| YUV | 44.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 46 | 0 | 0.54 | 0.34 | 0.73 | 337.89 | 0.37 | 0.2 |
| Hex | 46 | 20 | 2E | 0 | 36 | 22 | 49 | 152 | 25 | 14 |
| Octal | 106 | 40 | 56 | 0 | 66 | 42 | 111 | 522 | 45 | 24 |
| Binary | 1000110 | 100000 | 101110 | 0 | 110110 | 100010 | 1001001 | 101010010 | 100101 | 10100 |
Color Harmonies of #46202E
Complementary color
Monochromatic Colors of #46202E
Black with #46202E
Text Example
Text Example
White with #46202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46202E; }
p { color: rgb(70,32,46); }
H1.HeaderClassName
{
color: #46202E;
}
.AnyTagClassName
{
color: #46202E;
}
</style>
background-color css
<style>
a { background-color: #46202E; }
a { background-color: rgb(70,32,46); }
div.DivClassName
{
background-color: #46202E;
}
.BgClassName
{
background-color: #46202E;
}
</style>
border-color css
<style>
span { border-color: #46202E; }
span { border-color: rgb(70,32,46); }
td.TdClassName
{
border-color: #46202E;
}
.TagClassName
{
border-color: #46202E;
}
</style>