Shades of Castro #4E192E
Tints of Castro #4E192E
RGB
CMYK
RGB Variations
Color information
#4E192E (or 0x4E192E) is known color: Castro. HEX triplet: 4E, 19 and 2E. RGB value is (78,25,46). Sum of RGB (Red+Green+Blue) = 78+25+46=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E192E is #B1E6D1. Grayscale: #2B2B2B. Windows color (decimal): -11658962 or 3021134. OLE color: 3021134.
HSL color Cylindrical-coordinate representation of color #4E192E: hue angle of 336.23º 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 #4E192E is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 25 | 46 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.69 |
| HSL | 336.23º | 0.51% | 0.2% | - |
| HSV(B) | 336.23º | 0.68% | 0.31% | - |
| XYZ | 3.98 | 2.51 | 2.86 | - |
| YUV | 43.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 25 | 46 | 0 | 0.68 | 0.41 | 0.69 | 336.23 | 0.51 | 0.2 |
| Hex | 4E | 19 | 2E | 0 | 44 | 29 | 45 | 150 | 33 | 14 |
| Octal | 116 | 31 | 56 | 0 | 104 | 51 | 105 | 520 | 63 | 24 |
| Binary | 1001110 | 11001 | 101110 | 0 | 1000100 | 101001 | 1000101 | 101010000 | 110011 | 10100 |
Color Harmonies of #4E192E
Complementary color
Monochromatic Colors of #4E192E
Black with #4E192E
Text Example
Text Example
White with #4E192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E192E; }
p { color: rgb(78,25,46); }
H1.HeaderClassName
{
color: #4E192E;
}
.AnyTagClassName
{
color: #4E192E;
}
</style>
background-color css
<style>
a { background-color: #4E192E; }
a { background-color: rgb(78,25,46); }
div.DivClassName
{
background-color: #4E192E;
}
.BgClassName
{
background-color: #4E192E;
}
</style>
border-color css
<style>
span { border-color: #4E192E; }
span { border-color: rgb(78,25,46); }
td.TdClassName
{
border-color: #4E192E;
}
.TagClassName
{
border-color: #4E192E;
}
</style>