Shades of Castro #46212E
Tints of Castro #46212E
RGB
CMYK
RGB Variations
Color information
#46212E (or 0x46212E) is known color: Castro. HEX triplet: 46, 21 and 2E. RGB value is (70,33,46). Sum of RGB (Red+Green+Blue) = 70+33+46=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46212E is #B9DED1. Grayscale: #2D2D2D. Windows color (decimal): -12181202 or 3023174. OLE color: 3023174.
HSL color Cylindrical-coordinate representation of color #46212E: hue angle of 338.92º 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 #46212E is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 33 | 46 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.73 |
| HSL | 338.92º | 0.36% | 0.2% | - |
| HSV(B) | 338.92º | 0.53% | 0.27% | - |
| XYZ | 3.56 | 2.59 | 2.9 | - |
| YUV | 45.55 | 128.26 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 46 | 0 | 0.53 | 0.34 | 0.73 | 338.92 | 0.36 | 0.2 |
| Hex | 46 | 21 | 2E | 0 | 35 | 22 | 49 | 153 | 24 | 14 |
| Octal | 106 | 41 | 56 | 0 | 65 | 42 | 111 | 523 | 44 | 24 |
| Binary | 1000110 | 100001 | 101110 | 0 | 110101 | 100010 | 1001001 | 101010011 | 100100 | 10100 |
Color Harmonies of #46212E
Complementary color
Monochromatic Colors of #46212E
Black with #46212E
Text Example
Text Example
White with #46212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46212E; }
p { color: rgb(70,33,46); }
H1.HeaderClassName
{
color: #46212E;
}
.AnyTagClassName
{
color: #46212E;
}
</style>
background-color css
<style>
a { background-color: #46212E; }
a { background-color: rgb(70,33,46); }
div.DivClassName
{
background-color: #46212E;
}
.BgClassName
{
background-color: #46212E;
}
</style>
border-color css
<style>
span { border-color: #46212E; }
span { border-color: rgb(70,33,46); }
td.TdClassName
{
border-color: #46212E;
}
.TagClassName
{
border-color: #46212E;
}
</style>