Shades of Castro #4E192F
Tints of Castro #4E192F
RGB
CMYK
RGB Variations
Color information
#4E192F (or 0x4E192F) is known color: Castro. HEX triplet: 4E, 19 and 2F. RGB value is (78,25,47). Sum of RGB (Red+Green+Blue) = 78+25+47=150 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 78 - color contains mainly: red. Hex color #4E192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E192F is #B1E6D0. Grayscale: #2B2B2B. Windows color (decimal): -11658961 or 3086670. OLE color: 3086670.
HSL color Cylindrical-coordinate representation of color #4E192F: hue angle of 335.09º 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 #4E192F is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 25 | 47 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.69 |
| HSL | 335.09º | 0.51% | 0.2% | - |
| HSV(B) | 335.09º | 0.68% | 0.31% | - |
| XYZ | 4 | 2.52 | 2.96 | - |
| YUV | 43.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 25 | 47 | 0 | 0.68 | 0.40 | 0.69 | 335.09 | 0.51 | 0.2 |
| Hex | 4E | 19 | 2F | 0 | 44 | 28 | 45 | 14F | 33 | 14 |
| Octal | 116 | 31 | 57 | 0 | 104 | 50 | 105 | 517 | 63 | 24 |
| Binary | 1001110 | 11001 | 101111 | 0 | 1000100 | 101000 | 1000101 | 101001111 | 110011 | 10100 |
Color Harmonies of #4E192F
Complementary color
Monochromatic Colors of #4E192F
Black with #4E192F
Text Example
Text Example
White with #4E192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E192F; }
p { color: rgb(78,25,47); }
H1.HeaderClassName
{
color: #4E192F;
}
.AnyTagClassName
{
color: #4E192F;
}
</style>
background-color css
<style>
a { background-color: #4E192F; }
a { background-color: rgb(78,25,47); }
div.DivClassName
{
background-color: #4E192F;
}
.BgClassName
{
background-color: #4E192F;
}
</style>
border-color css
<style>
span { border-color: #4E192F; }
span { border-color: rgb(78,25,47); }
td.TdClassName
{
border-color: #4E192F;
}
.TagClassName
{
border-color: #4E192F;
}
</style>