Shades of Castro #4E212F
Tints of Castro #4E212F
RGB
CMYK
RGB Variations
Color information
#4E212F (or 0x4E212F) is known color: Castro. HEX triplet: 4E, 21 and 2F. RGB value is (78,33,47). Sum of RGB (Red+Green+Blue) = 78+33+47=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E212F is #B1DED0. Grayscale: #303030. Windows color (decimal): -11656913 or 3088718. OLE color: 3088718.
HSL color Cylindrical-coordinate representation of color #4E212F: hue angle of 341.33º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E212F is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 33 | 47 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.69 |
| HSL | 341.33º | 0.41% | 0.22% | - |
| HSV(B) | 341.33º | 0.58% | 0.31% | - |
| XYZ | 4.2 | 2.91 | 3.03 | - |
| YUV | 48.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 47 | 0 | 0.58 | 0.40 | 0.69 | 341.33 | 0.41 | 0.22 |
| Hex | 4E | 21 | 2F | 0 | 3A | 28 | 45 | 155 | 29 | 16 |
| Octal | 116 | 41 | 57 | 0 | 72 | 50 | 105 | 525 | 51 | 26 |
| Binary | 1001110 | 100001 | 101111 | 0 | 111010 | 101000 | 1000101 | 101010101 | 101001 | 10110 |
Color Harmonies of #4E212F
Complementary color
Monochromatic Colors of #4E212F
Black with #4E212F
Text Example
Text Example
White with #4E212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E212F; }
p { color: rgb(78,33,47); }
H1.HeaderClassName
{
color: #4E212F;
}
.AnyTagClassName
{
color: #4E212F;
}
</style>
background-color css
<style>
a { background-color: #4E212F; }
a { background-color: rgb(78,33,47); }
div.DivClassName
{
background-color: #4E212F;
}
.BgClassName
{
background-color: #4E212F;
}
</style>
border-color css
<style>
span { border-color: #4E212F; }
span { border-color: rgb(78,33,47); }
td.TdClassName
{
border-color: #4E212F;
}
.TagClassName
{
border-color: #4E212F;
}
</style>