Shades of Blue Diamond #4B2078
Tints of Blue Diamond #4B2078
RGB
CMYK
RGB Variations
Color information
#4B2078 (or 0x4B2078) is known color: Blue Diamond. HEX triplet: 4B, 20 and 78. RGB value is (75,32,120). Sum of RGB (Red+Green+Blue) = 75+32+120=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #4B2078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2078 is #B4DF87. Grayscale: #363636. Windows color (decimal): -11853704 or 7872587. OLE color: 7872587.
HSL color Cylindrical-coordinate representation of color #4B2078: hue angle of 269.32º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B2078 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 32 | 120 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.53 |
| HSL | 269.32º | 0.58% | 0.3% | - |
| HSV(B) | 269.32º | 0.73% | 0.47% | - |
| XYZ | 6.81 | 3.88 | 18.16 | - |
| YUV | 54.89 | 164.75 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 120 | 0.37 | 0.73 | 0 | 0.53 | 269.32 | 0.58 | 0.3 |
| Hex | 4B | 20 | 78 | 25 | 49 | 0 | 35 | 10D | 3A | 1E |
| Octal | 113 | 40 | 170 | 45 | 111 | 0 | 65 | 415 | 72 | 36 |
| Binary | 1001011 | 100000 | 1111000 | 100101 | 1001001 | 0 | 110101 | 100001101 | 111010 | 11110 |
Color Harmonies of #4B2078
Complementary color
Monochromatic Colors of #4B2078
Black with #4B2078
Text Example
Text Example
White with #4B2078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2078; }
p { color: rgb(75,32,120); }
H1.HeaderClassName
{
color: #4B2078;
}
.AnyTagClassName
{
color: #4B2078;
}
</style>
background-color css
<style>
a { background-color: #4B2078; }
a { background-color: rgb(75,32,120); }
div.DivClassName
{
background-color: #4B2078;
}
.BgClassName
{
background-color: #4B2078;
}
</style>
border-color css
<style>
span { border-color: #4B2078; }
span { border-color: rgb(75,32,120); }
td.TdClassName
{
border-color: #4B2078;
}
.TagClassName
{
border-color: #4B2078;
}
</style>