Shades of Blue Diamond #4B207C
Tints of Blue Diamond #4B207C
RGB
CMYK
RGB Variations
Color information
#4B207C (or 0x4B207C) is known color: Blue Diamond. HEX triplet: 4B, 20 and 7C. RGB value is (75,32,124). Sum of RGB (Red+Green+Blue) = 75+32+124=231 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.47% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B207C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B207C is #B4DF83. Grayscale: #373737. Windows color (decimal): -11853700 or 8134731. OLE color: 8134731.
HSL color Cylindrical-coordinate representation of color #4B207C: hue angle of 268.04º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B207C is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 32 | 124 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.51 |
| HSL | 268.04º | 0.59% | 0.31% | - |
| HSV(B) | 268.04º | 0.74% | 0.49% | - |
| XYZ | 7.06 | 3.98 | 19.47 | - |
| YUV | 55.35 | 166.75 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 124 | 0.40 | 0.74 | 0 | 0.51 | 268.04 | 0.59 | 0.31 |
| Hex | 4B | 20 | 7C | 28 | 4A | 0 | 33 | 10C | 3B | 1F |
| Octal | 113 | 40 | 174 | 50 | 112 | 0 | 63 | 414 | 73 | 37 |
| Binary | 1001011 | 100000 | 1111100 | 101000 | 1001010 | 0 | 110011 | 100001100 | 111011 | 11111 |
Color Harmonies of #4B207C
Complementary color
Monochromatic Colors of #4B207C
Black with #4B207C
Text Example
Text Example
White with #4B207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B207C; }
p { color: rgb(75,32,124); }
H1.HeaderClassName
{
color: #4B207C;
}
.AnyTagClassName
{
color: #4B207C;
}
</style>
background-color css
<style>
a { background-color: #4B207C; }
a { background-color: rgb(75,32,124); }
div.DivClassName
{
background-color: #4B207C;
}
.BgClassName
{
background-color: #4B207C;
}
</style>
border-color css
<style>
span { border-color: #4B207C; }
span { border-color: rgb(75,32,124); }
td.TdClassName
{
border-color: #4B207C;
}
.TagClassName
{
border-color: #4B207C;
}
</style>