Shades of Scarlet Gum #4B2262
Tints of Scarlet Gum #4B2262
RGB
CMYK
RGB Variations
Color information
#4B2262 (or 0x4B2262) is known color: Scarlet Gum. HEX triplet: 4B, 22 and 62. RGB value is (75,34,98). Sum of RGB (Red+Green+Blue) = 75+34+98=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #4B2262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2262 is #B4DD9D. Grayscale: #353535. Windows color (decimal): -11853214 or 6431307. OLE color: 6431307.
HSL color Cylindrical-coordinate representation of color #4B2262: hue angle of 278.44º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B2262 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 34 | 98 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.62 |
| HSL | 278.44º | 0.48% | 0.26% | - |
| HSV(B) | 278.44º | 0.65% | 0.38% | - |
| XYZ | 5.68 | 3.52 | 11.94 | - |
| YUV | 53.56 | 153.08 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 98 | 0.23 | 0.65 | 0 | 0.62 | 278.44 | 0.48 | 0.26 |
| Hex | 4B | 22 | 62 | 17 | 41 | 0 | 3E | 116 | 30 | 1A |
| Octal | 113 | 42 | 142 | 27 | 101 | 0 | 76 | 426 | 60 | 32 |
| Binary | 1001011 | 100010 | 1100010 | 10111 | 1000001 | 0 | 111110 | 100010110 | 110000 | 11010 |
Color Harmonies of #4B2262
Complementary color
Monochromatic Colors of #4B2262
Black with #4B2262
Text Example
Text Example
White with #4B2262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2262; }
p { color: rgb(75,34,98); }
H1.HeaderClassName
{
color: #4B2262;
}
.AnyTagClassName
{
color: #4B2262;
}
</style>
background-color css
<style>
a { background-color: #4B2262; }
a { background-color: rgb(75,34,98); }
div.DivClassName
{
background-color: #4B2262;
}
.BgClassName
{
background-color: #4B2262;
}
</style>
border-color css
<style>
span { border-color: #4B2262; }
span { border-color: rgb(75,34,98); }
td.TdClassName
{
border-color: #4B2262;
}
.TagClassName
{
border-color: #4B2262;
}
</style>