Shades of Blue Diamond #4B2E71
Tints of Blue Diamond #4B2E71
RGB
CMYK
RGB Variations
Color information
#4B2E71 (or 0x4B2E71) is known color: Blue Diamond. HEX triplet: 4B, 2E and 71. RGB value is (75,46,113). Sum of RGB (Red+Green+Blue) = 75+46+113=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B2E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2E71 is #B4D18E. Grayscale: #3E3E3E. Windows color (decimal): -11850127 or 7417419. OLE color: 7417419.
HSL color Cylindrical-coordinate representation of color #4B2E71: hue angle of 265.97º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B2E71 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 46 | 113 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.56 |
| HSL | 265.97º | 0.42% | 0.31% | - |
| HSV(B) | 265.97º | 0.59% | 0.44% | - |
| XYZ | 6.86 | 4.64 | 16.16 | - |
| YUV | 62.31 | 156.61 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 46 | 113 | 0.34 | 0.59 | 0 | 0.56 | 265.97 | 0.42 | 0.31 |
| Hex | 4B | 2E | 71 | 22 | 3B | 0 | 38 | 10A | 2A | 1F |
| Octal | 113 | 56 | 161 | 42 | 73 | 0 | 70 | 412 | 52 | 37 |
| Binary | 1001011 | 101110 | 1110001 | 100010 | 111011 | 0 | 111000 | 100001010 | 101010 | 11111 |
Color Harmonies of #4B2E71
Complementary color
Monochromatic Colors of #4B2E71
Black with #4B2E71
Text Example
Text Example
White with #4B2E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2E71; }
p { color: rgb(75,46,113); }
H1.HeaderClassName
{
color: #4B2E71;
}
.AnyTagClassName
{
color: #4B2E71;
}
</style>
background-color css
<style>
a { background-color: #4B2E71; }
a { background-color: rgb(75,46,113); }
div.DivClassName
{
background-color: #4B2E71;
}
.BgClassName
{
background-color: #4B2E71;
}
</style>
border-color css
<style>
span { border-color: #4B2E71; }
span { border-color: rgb(75,46,113); }
td.TdClassName
{
border-color: #4B2E71;
}
.TagClassName
{
border-color: #4B2E71;
}
</style>