Shades of Blue Diamond #4B2172
Tints of Blue Diamond #4B2172
RGB
CMYK
RGB Variations
Color information
#4B2172 (or 0x4B2172) is known color: Blue Diamond. HEX triplet: 4B, 21 and 72. RGB value is (75,33,114). Sum of RGB (Red+Green+Blue) = 75+33+114=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B2172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2172 is #B4DE8D. Grayscale: #363636. Windows color (decimal): -11853454 or 7479627. OLE color: 7479627.
HSL color Cylindrical-coordinate representation of color #4B2172: hue angle of 271.11º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B2172 is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 33 | 114 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.55 |
| HSL | 271.11º | 0.55% | 0.29% | - |
| HSV(B) | 271.11º | 0.71% | 0.45% | - |
| XYZ | 6.48 | 3.8 | 16.31 | - |
| YUV | 54.79 | 161.41 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 114 | 0.34 | 0.71 | 0 | 0.55 | 271.11 | 0.55 | 0.29 |
| Hex | 4B | 21 | 72 | 22 | 47 | 0 | 37 | 10F | 37 | 1D |
| Octal | 113 | 41 | 162 | 42 | 107 | 0 | 67 | 417 | 67 | 35 |
| Binary | 1001011 | 100001 | 1110010 | 100010 | 1000111 | 0 | 110111 | 100001111 | 110111 | 11101 |
Color Harmonies of #4B2172
Complementary color
Monochromatic Colors of #4B2172
Black with #4B2172
Text Example
Text Example
White with #4B2172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2172; }
p { color: rgb(75,33,114); }
H1.HeaderClassName
{
color: #4B2172;
}
.AnyTagClassName
{
color: #4B2172;
}
</style>
background-color css
<style>
a { background-color: #4B2172; }
a { background-color: rgb(75,33,114); }
div.DivClassName
{
background-color: #4B2172;
}
.BgClassName
{
background-color: #4B2172;
}
</style>
border-color css
<style>
span { border-color: #4B2172; }
span { border-color: rgb(75,33,114); }
td.TdClassName
{
border-color: #4B2172;
}
.TagClassName
{
border-color: #4B2172;
}
</style>