Shades of Blue Diamond #4B2870
Tints of Blue Diamond #4B2870
RGB
CMYK
RGB Variations
Color information
#4B2870 (or 0x4B2870) is known color: Blue Diamond. HEX triplet: 4B, 28 and 70. RGB value is (75,40,112). Sum of RGB (Red+Green+Blue) = 75+40+112=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B2870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2870 is #B4D78F. Grayscale: #3A3A3A. Windows color (decimal): -11851664 or 7350347. OLE color: 7350347.
HSL color Cylindrical-coordinate representation of color #4B2870: hue angle of 269.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B2870 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 40 | 112 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.56 |
| HSL | 269.17º | 0.47% | 0.3% | - |
| HSV(B) | 269.17º | 0.64% | 0.44% | - |
| XYZ | 6.59 | 4.18 | 15.79 | - |
| YUV | 58.67 | 158.1 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 40 | 112 | 0.33 | 0.64 | 0 | 0.56 | 269.17 | 0.47 | 0.3 |
| Hex | 4B | 28 | 70 | 21 | 40 | 0 | 38 | 10D | 2F | 1E |
| Octal | 113 | 50 | 160 | 41 | 100 | 0 | 70 | 415 | 57 | 36 |
| Binary | 1001011 | 101000 | 1110000 | 100001 | 1000000 | 0 | 111000 | 100001101 | 101111 | 11110 |
Color Harmonies of #4B2870
Complementary color
Monochromatic Colors of #4B2870
Black with #4B2870
Text Example
Text Example
White with #4B2870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2870; }
p { color: rgb(75,40,112); }
H1.HeaderClassName
{
color: #4B2870;
}
.AnyTagClassName
{
color: #4B2870;
}
</style>
background-color css
<style>
a { background-color: #4B2870; }
a { background-color: rgb(75,40,112); }
div.DivClassName
{
background-color: #4B2870;
}
.BgClassName
{
background-color: #4B2870;
}
</style>
border-color css
<style>
span { border-color: #4B2870; }
span { border-color: rgb(75,40,112); }
td.TdClassName
{
border-color: #4B2870;
}
.TagClassName
{
border-color: #4B2870;
}
</style>