Shades of Blue Diamond #4B227C
Tints of Blue Diamond #4B227C
RGB
CMYK
RGB Variations
Color information
#4B227C (or 0x4B227C) is known color: Blue Diamond. HEX triplet: 4B, 22 and 7C. RGB value is (75,34,124). Sum of RGB (Red+Green+Blue) = 75+34+124=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B227C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B227C is #B4DD83. Grayscale: #383838. Windows color (decimal): -11853188 or 8135243. OLE color: 8135243.
HSL color Cylindrical-coordinate representation of color #4B227C: hue angle of 267.33º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B227C is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 34 | 124 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.51 |
| HSL | 267.33º | 0.57% | 0.31% | - |
| HSV(B) | 267.33º | 0.73% | 0.49% | - |
| XYZ | 7.11 | 4.1 | 19.48 | - |
| YUV | 56.52 | 166.08 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 124 | 0.40 | 0.73 | 0 | 0.51 | 267.33 | 0.57 | 0.31 |
| Hex | 4B | 22 | 7C | 28 | 49 | 0 | 33 | 10B | 39 | 1F |
| Octal | 113 | 42 | 174 | 50 | 111 | 0 | 63 | 413 | 71 | 37 |
| Binary | 1001011 | 100010 | 1111100 | 101000 | 1001001 | 0 | 110011 | 100001011 | 111001 | 11111 |
Color Harmonies of #4B227C
Complementary color
Monochromatic Colors of #4B227C
Black with #4B227C
Text Example
Text Example
White with #4B227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B227C; }
p { color: rgb(75,34,124); }
H1.HeaderClassName
{
color: #4B227C;
}
.AnyTagClassName
{
color: #4B227C;
}
</style>
background-color css
<style>
a { background-color: #4B227C; }
a { background-color: rgb(75,34,124); }
div.DivClassName
{
background-color: #4B227C;
}
.BgClassName
{
background-color: #4B227C;
}
</style>
border-color css
<style>
span { border-color: #4B227C; }
span { border-color: rgb(75,34,124); }
td.TdClassName
{
border-color: #4B227C;
}
.TagClassName
{
border-color: #4B227C;
}
</style>