Shades of Blue Diamond #4D3472
Tints of Blue Diamond #4D3472
RGB
CMYK
RGB Variations
Color information
#4D3472 (or 0x4D3472) is known color: Blue Diamond. HEX triplet: 4D, 34 and 72. RGB value is (77,52,114). Sum of RGB (Red+Green+Blue) = 77+52+114=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D3472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3472 is #B2CB8D. Grayscale: #424242. Windows color (decimal): -11717518 or 7484493. OLE color: 7484493.
HSL color Cylindrical-coordinate representation of color #4D3472: hue angle of 264.19º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D3472 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 52 | 114 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.55 |
| HSL | 264.19º | 0.37% | 0.33% | - |
| HSV(B) | 264.19º | 0.54% | 0.45% | - |
| XYZ | 7.33 | 5.25 | 16.55 | - |
| YUV | 66.54 | 154.78 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 114 | 0.32 | 0.54 | 0 | 0.55 | 264.19 | 0.37 | 0.33 |
| Hex | 4D | 34 | 72 | 20 | 36 | 0 | 37 | 108 | 25 | 21 |
| Octal | 115 | 64 | 162 | 40 | 66 | 0 | 67 | 410 | 45 | 41 |
| Binary | 1001101 | 110100 | 1110010 | 100000 | 110110 | 0 | 110111 | 100001000 | 100101 | 100001 |
Color Harmonies of #4D3472
Complementary color
Monochromatic Colors of #4D3472
Black with #4D3472
Text Example
Text Example
White with #4D3472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3472; }
p { color: rgb(77,52,114); }
H1.HeaderClassName
{
color: #4D3472;
}
.AnyTagClassName
{
color: #4D3472;
}
</style>
background-color css
<style>
a { background-color: #4D3472; }
a { background-color: rgb(77,52,114); }
div.DivClassName
{
background-color: #4D3472;
}
.BgClassName
{
background-color: #4D3472;
}
</style>
border-color css
<style>
span { border-color: #4D3472; }
span { border-color: rgb(77,52,114); }
td.TdClassName
{
border-color: #4D3472;
}
.TagClassName
{
border-color: #4D3472;
}
</style>