Shades of Blue Diamond #4B2278
Tints of Blue Diamond #4B2278
RGB
CMYK
RGB Variations
Color information
#4B2278 (or 0x4B2278) is known color: Blue Diamond. HEX triplet: 4B, 22 and 78. RGB value is (75,34,120). Sum of RGB (Red+Green+Blue) = 75+34+120=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #4B2278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2278 is #B4DD87. Grayscale: #373737. Windows color (decimal): -11853192 or 7873099. OLE color: 7873099.
HSL color Cylindrical-coordinate representation of color #4B2278: hue angle of 268.6º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B2278 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 34 | 120 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.53 |
| HSL | 268.6º | 0.56% | 0.3% | - |
| HSV(B) | 268.6º | 0.72% | 0.47% | - |
| XYZ | 6.86 | 4 | 18.18 | - |
| YUV | 56.06 | 164.08 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 120 | 0.37 | 0.72 | 0 | 0.53 | 268.6 | 0.56 | 0.3 |
| Hex | 4B | 22 | 78 | 25 | 48 | 0 | 35 | 10D | 38 | 1E |
| Octal | 113 | 42 | 170 | 45 | 110 | 0 | 65 | 415 | 70 | 36 |
| Binary | 1001011 | 100010 | 1111000 | 100101 | 1001000 | 0 | 110101 | 100001101 | 111000 | 11110 |
Color Harmonies of #4B2278
Complementary color
Monochromatic Colors of #4B2278
Black with #4B2278
Text Example
Text Example
White with #4B2278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2278; }
p { color: rgb(75,34,120); }
H1.HeaderClassName
{
color: #4B2278;
}
.AnyTagClassName
{
color: #4B2278;
}
</style>
background-color css
<style>
a { background-color: #4B2278; }
a { background-color: rgb(75,34,120); }
div.DivClassName
{
background-color: #4B2278;
}
.BgClassName
{
background-color: #4B2278;
}
</style>
border-color css
<style>
span { border-color: #4B2278; }
span { border-color: rgb(75,34,120); }
td.TdClassName
{
border-color: #4B2278;
}
.TagClassName
{
border-color: #4B2278;
}
</style>