Shades of Castro #4F192B
Tints of Castro #4F192B
RGB
CMYK
RGB Variations
Color information
#4F192B (or 0x4F192B) is known color: Castro. HEX triplet: 4F, 19 and 2B. RGB value is (79,25,43). Sum of RGB (Red+Green+Blue) = 79+25+43=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F192B is #B0E6D4. Grayscale: #2B2B2B. Windows color (decimal): -11593429 or 2824527. OLE color: 2824527.
HSL color Cylindrical-coordinate representation of color #4F192B: hue angle of 340º degrees, saturation: 0.52, 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 #4F192B is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 25 | 43 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.69 |
| HSL | 340º | 0.52% | 0.2% | - |
| HSV(B) | 340º | 0.68% | 0.31% | - |
| XYZ | 4.01 | 2.53 | 2.56 | - |
| YUV | 43.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 43 | 0 | 0.68 | 0.46 | 0.69 | 340 | 0.52 | 0.2 |
| Hex | 4F | 19 | 2B | 0 | 44 | 2E | 45 | 154 | 34 | 14 |
| Octal | 117 | 31 | 53 | 0 | 104 | 56 | 105 | 524 | 64 | 24 |
| Binary | 1001111 | 11001 | 101011 | 0 | 1000100 | 101110 | 1000101 | 101010100 | 110100 | 10100 |
Color Harmonies of #4F192B
Complementary color
Monochromatic Colors of #4F192B
Black with #4F192B
Text Example
Text Example
White with #4F192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F192B; }
p { color: rgb(79,25,43); }
H1.HeaderClassName
{
color: #4F192B;
}
.AnyTagClassName
{
color: #4F192B;
}
</style>
background-color css
<style>
a { background-color: #4F192B; }
a { background-color: rgb(79,25,43); }
div.DivClassName
{
background-color: #4F192B;
}
.BgClassName
{
background-color: #4F192B;
}
</style>
border-color css
<style>
span { border-color: #4F192B; }
span { border-color: rgb(79,25,43); }
td.TdClassName
{
border-color: #4F192B;
}
.TagClassName
{
border-color: #4F192B;
}
</style>