Shades of Castro #46202C
Tints of Castro #46202C
RGB
CMYK
RGB Variations
Color information
#46202C (or 0x46202C) is known color: Castro. HEX triplet: 46, 20 and 2C. RGB value is (70,32,44). Sum of RGB (Red+Green+Blue) = 70+32+44=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #46202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46202C is #B9DFD3. Grayscale: #2C2C2C. Windows color (decimal): -12181460 or 2891846. OLE color: 2891846.
HSL color Cylindrical-coordinate representation of color #46202C: hue angle of 341.05º 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 #46202C is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 32 | 44 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.73 |
| HSL | 341.05º | 0.37% | 0.2% | - |
| HSV(B) | 341.05º | 0.54% | 0.27% | - |
| XYZ | 3.5 | 2.52 | 2.68 | - |
| YUV | 44.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 44 | 0 | 0.54 | 0.37 | 0.73 | 341.05 | 0.37 | 0.2 |
| Hex | 46 | 20 | 2C | 0 | 36 | 25 | 49 | 155 | 25 | 14 |
| Octal | 106 | 40 | 54 | 0 | 66 | 45 | 111 | 525 | 45 | 24 |
| Binary | 1000110 | 100000 | 101100 | 0 | 110110 | 100101 | 1001001 | 101010101 | 100101 | 10100 |
Color Harmonies of #46202C
Complementary color
Monochromatic Colors of #46202C
Black with #46202C
Text Example
Text Example
White with #46202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46202C; }
p { color: rgb(70,32,44); }
H1.HeaderClassName
{
color: #46202C;
}
.AnyTagClassName
{
color: #46202C;
}
</style>
background-color css
<style>
a { background-color: #46202C; }
a { background-color: rgb(70,32,44); }
div.DivClassName
{
background-color: #46202C;
}
.BgClassName
{
background-color: #46202C;
}
</style>
border-color css
<style>
span { border-color: #46202C; }
span { border-color: rgb(70,32,44); }
td.TdClassName
{
border-color: #46202C;
}
.TagClassName
{
border-color: #46202C;
}
</style>