Shades of Castro #4B2632
Tints of Castro #4B2632
RGB
CMYK
RGB Variations
Color information
#4B2632 (or 0x4B2632) is known color: Castro. HEX triplet: 4B, 26 and 32. RGB value is (75,38,50). Sum of RGB (Red+Green+Blue) = 75+38+50=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2632 is #B4D9CD. Grayscale: #323232. Windows color (decimal): -11852238 or 3286603. OLE color: 3286603.
HSL color Cylindrical-coordinate representation of color #4B2632: hue angle of 340.54º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B2632 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 38 | 50 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.71 |
| HSL | 340.54º | 0.33% | 0.22% | - |
| HSV(B) | 340.54º | 0.49% | 0.29% | - |
| XYZ | 4.17 | 3.11 | 3.4 | - |
| YUV | 50.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 50 | 0 | 0.49 | 0.33 | 0.71 | 340.54 | 0.33 | 0.22 |
| Hex | 4B | 26 | 32 | 0 | 31 | 21 | 47 | 155 | 21 | 16 |
| Octal | 113 | 46 | 62 | 0 | 61 | 41 | 107 | 525 | 41 | 26 |
| Binary | 1001011 | 100110 | 110010 | 0 | 110001 | 100001 | 1000111 | 101010101 | 100001 | 10110 |
Color Harmonies of #4B2632
Complementary color
Monochromatic Colors of #4B2632
Black with #4B2632
Text Example
Text Example
White with #4B2632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2632; }
p { color: rgb(75,38,50); }
H1.HeaderClassName
{
color: #4B2632;
}
.AnyTagClassName
{
color: #4B2632;
}
</style>
background-color css
<style>
a { background-color: #4B2632; }
a { background-color: rgb(75,38,50); }
div.DivClassName
{
background-color: #4B2632;
}
.BgClassName
{
background-color: #4B2632;
}
</style>
border-color css
<style>
span { border-color: #4B2632; }
span { border-color: rgb(75,38,50); }
td.TdClassName
{
border-color: #4B2632;
}
.TagClassName
{
border-color: #4B2632;
}
</style>