Shades of Castro #46232E
Tints of Castro #46232E
RGB
CMYK
RGB Variations
Color information
#46232E (or 0x46232E) is known color: Castro. HEX triplet: 46, 23 and 2E. RGB value is (70,35,46). Sum of RGB (Red+Green+Blue) = 70+35+46=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #46232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46232E is #B9DCD1. Grayscale: #2E2E2E. Windows color (decimal): -12180690 or 3023686. OLE color: 3023686.
HSL color Cylindrical-coordinate representation of color #46232E: hue angle of 341.14º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46232E is Cyan = 0, Magento = 0.5, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 35 | 46 | - |
| CMYK | 0 | 0.5 | 0.34 | 0.73 |
| HSL | 341.14º | 0.33% | 0.21% | - |
| HSV(B) | 341.14º | 0.5% | 0.27% | - |
| XYZ | 3.62 | 2.7 | 2.92 | - |
| YUV | 46.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 35 | 46 | 0 | 0.5 | 0.34 | 0.73 | 341.14 | 0.33 | 0.21 |
| Hex | 46 | 23 | 2E | 0 | 32 | 22 | 49 | 155 | 21 | 15 |
| Octal | 106 | 43 | 56 | 0 | 62 | 42 | 111 | 525 | 41 | 25 |
| Binary | 1000110 | 100011 | 101110 | 0 | 110010 | 100010 | 1001001 | 101010101 | 100001 | 10101 |
Color Harmonies of #46232E
Complementary color
Monochromatic Colors of #46232E
Black with #46232E
Text Example
Text Example
White with #46232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46232E; }
p { color: rgb(70,35,46); }
H1.HeaderClassName
{
color: #46232E;
}
.AnyTagClassName
{
color: #46232E;
}
</style>
background-color css
<style>
a { background-color: #46232E; }
a { background-color: rgb(70,35,46); }
div.DivClassName
{
background-color: #46232E;
}
.BgClassName
{
background-color: #46232E;
}
</style>
border-color css
<style>
span { border-color: #46232E; }
span { border-color: rgb(70,35,46); }
td.TdClassName
{
border-color: #46232E;
}
.TagClassName
{
border-color: #46232E;
}
</style>