Shades of Castro #4B212F
Tints of Castro #4B212F
RGB
CMYK
RGB Variations
Color information
#4B212F (or 0x4B212F) is known color: Castro. HEX triplet: 4B, 21 and 2F. RGB value is (75,33,47). Sum of RGB (Red+Green+Blue) = 75+33+47=155 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.39% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 75 - color contains mainly: red. Hex color #4B212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B212F is #B4DED0. Grayscale: #2F2F2F. Windows color (decimal): -11853521 or 3088715. OLE color: 3088715.
HSL color Cylindrical-coordinate representation of color #4B212F: hue angle of 340º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B212F is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 33 | 47 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.71 |
| HSL | 340º | 0.39% | 0.21% | - |
| HSV(B) | 340º | 0.56% | 0.29% | - |
| XYZ | 3.96 | 2.79 | 3.02 | - |
| YUV | 47.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 47 | 0 | 0.56 | 0.37 | 0.71 | 340 | 0.39 | 0.21 |
| Hex | 4B | 21 | 2F | 0 | 38 | 25 | 47 | 154 | 27 | 15 |
| Octal | 113 | 41 | 57 | 0 | 70 | 45 | 107 | 524 | 47 | 25 |
| Binary | 1001011 | 100001 | 101111 | 0 | 111000 | 100101 | 1000111 | 101010100 | 100111 | 10101 |
Color Harmonies of #4B212F
Complementary color
Monochromatic Colors of #4B212F
Black with #4B212F
Text Example
Text Example
White with #4B212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B212F; }
p { color: rgb(75,33,47); }
H1.HeaderClassName
{
color: #4B212F;
}
.AnyTagClassName
{
color: #4B212F;
}
</style>
background-color css
<style>
a { background-color: #4B212F; }
a { background-color: rgb(75,33,47); }
div.DivClassName
{
background-color: #4B212F;
}
.BgClassName
{
background-color: #4B212F;
}
</style>
border-color css
<style>
span { border-color: #4B212F; }
span { border-color: rgb(75,33,47); }
td.TdClassName
{
border-color: #4B212F;
}
.TagClassName
{
border-color: #4B212F;
}
</style>