Shades of Castro #4E192B
Tints of Castro #4E192B
RGB
CMYK
RGB Variations
Color information
#4E192B (or 0x4E192B) is known color: Castro. HEX triplet: 4E, 19 and 2B. RGB value is (78,25,43). Sum of RGB (Red+Green+Blue) = 78+25+43=146 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.42% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 78 - color contains mainly: red. Hex color #4E192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E192B is #B1E6D4. Grayscale: #2A2A2A. Windows color (decimal): -11658965 or 2824526. OLE color: 2824526.
HSL color Cylindrical-coordinate representation of color #4E192B: hue angle of 339.62º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E192B is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 25 | 43 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.69 |
| HSL | 339.62º | 0.51% | 0.2% | - |
| HSV(B) | 339.62º | 0.68% | 0.31% | - |
| XYZ | 3.93 | 2.49 | 2.56 | - |
| YUV | 42.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 25 | 43 | 0 | 0.68 | 0.45 | 0.69 | 339.62 | 0.51 | 0.2 |
| Hex | 4E | 19 | 2B | 0 | 44 | 2D | 45 | 154 | 33 | 14 |
| Octal | 116 | 31 | 53 | 0 | 104 | 55 | 105 | 524 | 63 | 24 |
| Binary | 1001110 | 11001 | 101011 | 0 | 1000100 | 101101 | 1000101 | 101010100 | 110011 | 10100 |
Color Harmonies of #4E192B
Complementary color
Monochromatic Colors of #4E192B
Black with #4E192B
Text Example
Text Example
White with #4E192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E192B; }
p { color: rgb(78,25,43); }
H1.HeaderClassName
{
color: #4E192B;
}
.AnyTagClassName
{
color: #4E192B;
}
</style>
background-color css
<style>
a { background-color: #4E192B; }
a { background-color: rgb(78,25,43); }
div.DivClassName
{
background-color: #4E192B;
}
.BgClassName
{
background-color: #4E192B;
}
</style>
border-color css
<style>
span { border-color: #4E192B; }
span { border-color: rgb(78,25,43); }
td.TdClassName
{
border-color: #4E192B;
}
.TagClassName
{
border-color: #4E192B;
}
</style>