Shades of Blue Diamond #4B2B76
Tints of Blue Diamond #4B2B76
RGB
CMYK
RGB Variations
Color information
#4B2B76 (or 0x4B2B76) is known color: Blue Diamond. HEX triplet: 4B, 2B and 76. RGB value is (75,43,118). Sum of RGB (Red+Green+Blue) = 75+43+118=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B2B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2B76 is #B4D489. Grayscale: #3C3C3C. Windows color (decimal): -11850890 or 7744331. OLE color: 7744331.
HSL color Cylindrical-coordinate representation of color #4B2B76: hue angle of 265.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B2B76 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 43 | 118 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.54 |
| HSL | 265.6º | 0.47% | 0.32% | - |
| HSV(B) | 265.6º | 0.64% | 0.46% | - |
| XYZ | 7.04 | 4.53 | 17.64 | - |
| YUV | 61.12 | 160.1 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 43 | 118 | 0.36 | 0.64 | 0 | 0.54 | 265.6 | 0.47 | 0.32 |
| Hex | 4B | 2B | 76 | 24 | 40 | 0 | 36 | 10A | 2F | 20 |
| Octal | 113 | 53 | 166 | 44 | 100 | 0 | 66 | 412 | 57 | 40 |
| Binary | 1001011 | 101011 | 1110110 | 100100 | 1000000 | 0 | 110110 | 100001010 | 101111 | 100000 |
Color Harmonies of #4B2B76
Complementary color
Monochromatic Colors of #4B2B76
Black with #4B2B76
Text Example
Text Example
White with #4B2B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2B76; }
p { color: rgb(75,43,118); }
H1.HeaderClassName
{
color: #4B2B76;
}
.AnyTagClassName
{
color: #4B2B76;
}
</style>
background-color css
<style>
a { background-color: #4B2B76; }
a { background-color: rgb(75,43,118); }
div.DivClassName
{
background-color: #4B2B76;
}
.BgClassName
{
background-color: #4B2B76;
}
</style>
border-color css
<style>
span { border-color: #4B2B76; }
span { border-color: rgb(75,43,118); }
td.TdClassName
{
border-color: #4B2B76;
}
.TagClassName
{
border-color: #4B2B76;
}
</style>