Shades of Castro #4B232E
Tints of Castro #4B232E
RGB
CMYK
RGB Variations
Color information
#4B232E (or 0x4B232E) is known color: Castro. HEX triplet: 4B, 23 and 2E. RGB value is (75,35,46). Sum of RGB (Red+Green+Blue) = 75+35+46=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B232E is #B4DCD1. Grayscale: #303030. Windows color (decimal): -11853010 or 3023691. OLE color: 3023691.
HSL color Cylindrical-coordinate representation of color #4B232E: hue angle of 343.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B232E is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 35 | 46 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.71 |
| HSL | 343.5º | 0.36% | 0.22% | - |
| HSV(B) | 343.5º | 0.53% | 0.29% | - |
| XYZ | 4 | 2.9 | 2.93 | - |
| YUV | 48.21 | 126.75 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 35 | 46 | 0 | 0.53 | 0.39 | 0.71 | 343.5 | 0.36 | 0.22 |
| Hex | 4B | 23 | 2E | 0 | 35 | 27 | 47 | 158 | 24 | 16 |
| Octal | 113 | 43 | 56 | 0 | 65 | 47 | 107 | 530 | 44 | 26 |
| Binary | 1001011 | 100011 | 101110 | 0 | 110101 | 100111 | 1000111 | 101011000 | 100100 | 10110 |
Color Harmonies of #4B232E
Complementary color
Monochromatic Colors of #4B232E
Black with #4B232E
Text Example
Text Example
White with #4B232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B232E; }
p { color: rgb(75,35,46); }
H1.HeaderClassName
{
color: #4B232E;
}
.AnyTagClassName
{
color: #4B232E;
}
</style>
background-color css
<style>
a { background-color: #4B232E; }
a { background-color: rgb(75,35,46); }
div.DivClassName
{
background-color: #4B232E;
}
.BgClassName
{
background-color: #4B232E;
}
</style>
border-color css
<style>
span { border-color: #4B232E; }
span { border-color: rgb(75,35,46); }
td.TdClassName
{
border-color: #4B232E;
}
.TagClassName
{
border-color: #4B232E;
}
</style>