Shades of Castro #46212B
Tints of Castro #46212B
RGB
CMYK
RGB Variations
Color information
#46212B (or 0x46212B) is known color: Castro. HEX triplet: 46, 21 and 2B. RGB value is (70,33,43). Sum of RGB (Red+Green+Blue) = 70+33+43=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #46212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46212B is #B9DED4. Grayscale: #2D2D2D. Windows color (decimal): -12181205 or 2826566. OLE color: 2826566.
HSL color Cylindrical-coordinate representation of color #46212B: hue angle of 343.78º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46212B is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 33 | 43 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.73 |
| HSL | 343.78º | 0.36% | 0.2% | - |
| HSV(B) | 343.78º | 0.53% | 0.27% | - |
| XYZ | 3.51 | 2.56 | 2.6 | - |
| YUV | 45.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 43 | 0 | 0.53 | 0.39 | 0.73 | 343.78 | 0.36 | 0.2 |
| Hex | 46 | 21 | 2B | 0 | 35 | 27 | 49 | 158 | 24 | 14 |
| Octal | 106 | 41 | 53 | 0 | 65 | 47 | 111 | 530 | 44 | 24 |
| Binary | 1000110 | 100001 | 101011 | 0 | 110101 | 100111 | 1001001 | 101011000 | 100100 | 10100 |
Color Harmonies of #46212B
Complementary color
Monochromatic Colors of #46212B
Black with #46212B
Text Example
Text Example
White with #46212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46212B; }
p { color: rgb(70,33,43); }
H1.HeaderClassName
{
color: #46212B;
}
.AnyTagClassName
{
color: #46212B;
}
</style>
background-color css
<style>
a { background-color: #46212B; }
a { background-color: rgb(70,33,43); }
div.DivClassName
{
background-color: #46212B;
}
.BgClassName
{
background-color: #46212B;
}
</style>
border-color css
<style>
span { border-color: #46212B; }
span { border-color: rgb(70,33,43); }
td.TdClassName
{
border-color: #46212B;
}
.TagClassName
{
border-color: #46212B;
}
</style>