Shades of Castro #4A2434
Tints of Castro #4A2434
RGB
CMYK
RGB Variations
Color information
#4A2434 (or 0x4A2434) is known color: Castro. HEX triplet: 4A, 24 and 34. RGB value is (74,36,52). Sum of RGB (Red+Green+Blue) = 74+36+52=162 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.68% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2434 is #B5DBCB. Grayscale: #313131. Windows color (decimal): -11918284 or 3417162. OLE color: 3417162.
HSL color Cylindrical-coordinate representation of color #4A2434: hue angle of 334.74º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A2434 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 36 | 52 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.71 |
| HSL | 334.74º | 0.35% | 0.22% | - |
| HSV(B) | 334.74º | 0.51% | 0.29% | - |
| XYZ | 4.07 | 2.97 | 3.61 | - |
| YUV | 49.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 36 | 52 | 0 | 0.51 | 0.30 | 0.71 | 334.74 | 0.35 | 0.22 |
| Hex | 4A | 24 | 34 | 0 | 33 | 1E | 47 | 14F | 23 | 16 |
| Octal | 112 | 44 | 64 | 0 | 63 | 36 | 107 | 517 | 43 | 26 |
| Binary | 1001010 | 100100 | 110100 | 0 | 110011 | 11110 | 1000111 | 101001111 | 100011 | 10110 |
Color Harmonies of #4A2434
Complementary color
Monochromatic Colors of #4A2434
Black with #4A2434
Text Example
Text Example
White with #4A2434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2434; }
p { color: rgb(74,36,52); }
H1.HeaderClassName
{
color: #4A2434;
}
.AnyTagClassName
{
color: #4A2434;
}
</style>
background-color css
<style>
a { background-color: #4A2434; }
a { background-color: rgb(74,36,52); }
div.DivClassName
{
background-color: #4A2434;
}
.BgClassName
{
background-color: #4A2434;
}
</style>
border-color css
<style>
span { border-color: #4A2434; }
span { border-color: rgb(74,36,52); }
td.TdClassName
{
border-color: #4A2434;
}
.TagClassName
{
border-color: #4A2434;
}
</style>