Shades of Castro #4A2934
Tints of Castro #4A2934
RGB
CMYK
RGB Variations
Color information
#4A2934 (or 0x4A2934) is known color: Castro. HEX triplet: 4A, 29 and 34. RGB value is (74,41,52). Sum of RGB (Red+Green+Blue) = 74+41+52=167 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.31% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2934 is #B5D6CB. Grayscale: #343434. Windows color (decimal): -11917004 or 3418442. OLE color: 3418442.
HSL color Cylindrical-coordinate representation of color #4A2934: hue angle of 340º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A2934 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 41 | 52 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.71 |
| HSL | 340º | 0.29% | 0.23% | - |
| HSV(B) | 340º | 0.45% | 0.29% | - |
| XYZ | 4.24 | 3.29 | 3.66 | - |
| YUV | 52.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 41 | 52 | 0 | 0.45 | 0.30 | 0.71 | 340 | 0.29 | 0.23 |
| Hex | 4A | 29 | 34 | 0 | 2D | 1E | 47 | 154 | 1D | 17 |
| Octal | 112 | 51 | 64 | 0 | 55 | 36 | 107 | 524 | 35 | 27 |
| Binary | 1001010 | 101001 | 110100 | 0 | 101101 | 11110 | 1000111 | 101010100 | 11101 | 10111 |
Color Harmonies of #4A2934
Complementary color
Monochromatic Colors of #4A2934
Black with #4A2934
Text Example
Text Example
White with #4A2934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2934; }
p { color: rgb(74,41,52); }
H1.HeaderClassName
{
color: #4A2934;
}
.AnyTagClassName
{
color: #4A2934;
}
</style>
background-color css
<style>
a { background-color: #4A2934; }
a { background-color: rgb(74,41,52); }
div.DivClassName
{
background-color: #4A2934;
}
.BgClassName
{
background-color: #4A2934;
}
</style>
border-color css
<style>
span { border-color: #4A2934; }
span { border-color: rgb(74,41,52); }
td.TdClassName
{
border-color: #4A2934;
}
.TagClassName
{
border-color: #4A2934;
}
</style>