Shades of Blue Diamond #4B216E
Tints of Blue Diamond #4B216E
RGB
CMYK
RGB Variations
Color information
#4B216E (or 0x4B216E) is known color: Blue Diamond. HEX triplet: 4B, 21 and 6E. RGB value is (75,33,110). Sum of RGB (Red+Green+Blue) = 75+33+110=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B216E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B216E is #B4DE91. Grayscale: #363636. Windows color (decimal): -11853458 or 7217483. OLE color: 7217483.
HSL color Cylindrical-coordinate representation of color #4B216E: hue angle of 272.73º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B216E is Cyan = 0.32, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 33 | 110 | - |
| CMYK | 0.32 | 0.7 | 0 | 0.57 |
| HSL | 272.73º | 0.54% | 0.28% | - |
| HSV(B) | 272.73º | 0.7% | 0.43% | - |
| XYZ | 6.26 | 3.71 | 15.14 | - |
| YUV | 54.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 110 | 0.32 | 0.7 | 0 | 0.57 | 272.73 | 0.54 | 0.28 |
| Hex | 4B | 21 | 6E | 20 | 46 | 0 | 39 | 111 | 36 | 1C |
| Octal | 113 | 41 | 156 | 40 | 106 | 0 | 71 | 421 | 66 | 34 |
| Binary | 1001011 | 100001 | 1101110 | 100000 | 1000110 | 0 | 111001 | 100010001 | 110110 | 11100 |
Color Harmonies of #4B216E
Complementary color
Monochromatic Colors of #4B216E
Black with #4B216E
Text Example
Text Example
White with #4B216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B216E; }
p { color: rgb(75,33,110); }
H1.HeaderClassName
{
color: #4B216E;
}
.AnyTagClassName
{
color: #4B216E;
}
</style>
background-color css
<style>
a { background-color: #4B216E; }
a { background-color: rgb(75,33,110); }
div.DivClassName
{
background-color: #4B216E;
}
.BgClassName
{
background-color: #4B216E;
}
</style>
border-color css
<style>
span { border-color: #4B216E; }
span { border-color: rgb(75,33,110); }
td.TdClassName
{
border-color: #4B216E;
}
.TagClassName
{
border-color: #4B216E;
}
</style>