Shades of Blue Diamond #4B2872
Tints of Blue Diamond #4B2872
RGB
CMYK
RGB Variations
Color information
#4B2872 (or 0x4B2872) is known color: Blue Diamond. HEX triplet: 4B, 28 and 72. RGB value is (75,40,114). Sum of RGB (Red+Green+Blue) = 75+40+114=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B2872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2872 is #B4D78D. Grayscale: #3A3A3A. Windows color (decimal): -11851662 or 7481419. OLE color: 7481419.
HSL color Cylindrical-coordinate representation of color #4B2872: hue angle of 268.38º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B2872 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 40 | 114 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.55 |
| HSL | 268.38º | 0.48% | 0.3% | - |
| HSV(B) | 268.38º | 0.65% | 0.45% | - |
| XYZ | 6.7 | 4.23 | 16.38 | - |
| YUV | 58.9 | 159.1 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 40 | 114 | 0.34 | 0.65 | 0 | 0.55 | 268.38 | 0.48 | 0.3 |
| Hex | 4B | 28 | 72 | 22 | 41 | 0 | 37 | 10C | 30 | 1E |
| Octal | 113 | 50 | 162 | 42 | 101 | 0 | 67 | 414 | 60 | 36 |
| Binary | 1001011 | 101000 | 1110010 | 100010 | 1000001 | 0 | 110111 | 100001100 | 110000 | 11110 |
Color Harmonies of #4B2872
Complementary color
Monochromatic Colors of #4B2872
Black with #4B2872
Text Example
Text Example
White with #4B2872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2872; }
p { color: rgb(75,40,114); }
H1.HeaderClassName
{
color: #4B2872;
}
.AnyTagClassName
{
color: #4B2872;
}
</style>
background-color css
<style>
a { background-color: #4B2872; }
a { background-color: rgb(75,40,114); }
div.DivClassName
{
background-color: #4B2872;
}
.BgClassName
{
background-color: #4B2872;
}
</style>
border-color css
<style>
span { border-color: #4B2872; }
span { border-color: rgb(75,40,114); }
td.TdClassName
{
border-color: #4B2872;
}
.TagClassName
{
border-color: #4B2872;
}
</style>