Shades of Castro #4A192B
Tints of Castro #4A192B
RGB
CMYK
RGB Variations
Color information
#4A192B (or 0x4A192B) is known color: Castro. HEX triplet: 4A, 19 and 2B. RGB value is (74,25,43). Sum of RGB (Red+Green+Blue) = 74+25+43=142 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.11% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 74 - color contains mainly: red. Hex color #4A192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A192B is #B5E6D4. Grayscale: #292929. Windows color (decimal): -11921109 or 2824522. OLE color: 2824522.
HSL color Cylindrical-coordinate representation of color #4A192B: hue angle of 337.96º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A192B is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 25 | 43 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.71 |
| HSL | 337.96º | 0.49% | 0.19% | - |
| HSV(B) | 337.96º | 0.66% | 0.29% | - |
| XYZ | 3.61 | 2.33 | 2.54 | - |
| YUV | 41.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 43 | 0 | 0.66 | 0.42 | 0.71 | 337.96 | 0.49 | 0.19 |
| Hex | 4A | 19 | 2B | 0 | 42 | 2A | 47 | 152 | 31 | 13 |
| Octal | 112 | 31 | 53 | 0 | 102 | 52 | 107 | 522 | 61 | 23 |
| Binary | 1001010 | 11001 | 101011 | 0 | 1000010 | 101010 | 1000111 | 101010010 | 110001 | 10011 |
Color Harmonies of #4A192B
Complementary color
Monochromatic Colors of #4A192B
Black with #4A192B
Text Example
Text Example
White with #4A192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A192B; }
p { color: rgb(74,25,43); }
H1.HeaderClassName
{
color: #4A192B;
}
.AnyTagClassName
{
color: #4A192B;
}
</style>
background-color css
<style>
a { background-color: #4A192B; }
a { background-color: rgb(74,25,43); }
div.DivClassName
{
background-color: #4A192B;
}
.BgClassName
{
background-color: #4A192B;
}
</style>
border-color css
<style>
span { border-color: #4A192B; }
span { border-color: rgb(74,25,43); }
td.TdClassName
{
border-color: #4A192B;
}
.TagClassName
{
border-color: #4A192B;
}
</style>