Shades of Castro #46222D
Tints of Castro #46222D
RGB
CMYK
RGB Variations
Color information
#46222D (or 0x46222D) is known color: Castro. HEX triplet: 46, 22 and 2D. RGB value is (70,34,45). Sum of RGB (Red+Green+Blue) = 70+34+45=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46222D is #B9DDD2. Grayscale: #2E2E2E. Windows color (decimal): -12180947 or 2957894. OLE color: 2957894.
HSL color Cylindrical-coordinate representation of color #46222D: hue angle of 341.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46222D is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 34 | 45 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.73 |
| HSL | 341.67º | 0.35% | 0.2% | - |
| HSV(B) | 341.67º | 0.51% | 0.27% | - |
| XYZ | 3.57 | 2.64 | 2.8 | - |
| YUV | 46.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 45 | 0 | 0.51 | 0.36 | 0.73 | 341.67 | 0.35 | 0.2 |
| Hex | 46 | 22 | 2D | 0 | 33 | 24 | 49 | 156 | 23 | 14 |
| Octal | 106 | 42 | 55 | 0 | 63 | 44 | 111 | 526 | 43 | 24 |
| Binary | 1000110 | 100010 | 101101 | 0 | 110011 | 100100 | 1001001 | 101010110 | 100011 | 10100 |
Color Harmonies of #46222D
Complementary color
Monochromatic Colors of #46222D
Black with #46222D
Text Example
Text Example
White with #46222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46222D; }
p { color: rgb(70,34,45); }
H1.HeaderClassName
{
color: #46222D;
}
.AnyTagClassName
{
color: #46222D;
}
</style>
background-color css
<style>
a { background-color: #46222D; }
a { background-color: rgb(70,34,45); }
div.DivClassName
{
background-color: #46222D;
}
.BgClassName
{
background-color: #46222D;
}
</style>
border-color css
<style>
span { border-color: #46222D; }
span { border-color: rgb(70,34,45); }
td.TdClassName
{
border-color: #46222D;
}
.TagClassName
{
border-color: #46222D;
}
</style>