Shades of Blue Diamond #4D3473
Tints of Blue Diamond #4D3473
RGB
CMYK
RGB Variations
Color information
#4D3473 (or 0x4D3473) is known color: Blue Diamond. HEX triplet: 4D, 34 and 73. RGB value is (77,52,115). Sum of RGB (Red+Green+Blue) = 77+52+115=244 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.56% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D3473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3473 is #B2CB8C. Grayscale: #424242. Windows color (decimal): -11717517 or 7550029. OLE color: 7550029.
HSL color Cylindrical-coordinate representation of color #4D3473: hue angle of 263.81º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D3473 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 52 | 115 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.55 |
| HSL | 263.81º | 0.38% | 0.33% | - |
| HSV(B) | 263.81º | 0.55% | 0.45% | - |
| XYZ | 7.38 | 5.27 | 16.85 | - |
| YUV | 66.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 115 | 0.33 | 0.55 | 0 | 0.55 | 263.81 | 0.38 | 0.33 |
| Hex | 4D | 34 | 73 | 21 | 37 | 0 | 37 | 108 | 26 | 21 |
| Octal | 115 | 64 | 163 | 41 | 67 | 0 | 67 | 410 | 46 | 41 |
| Binary | 1001101 | 110100 | 1110011 | 100001 | 110111 | 0 | 110111 | 100001000 | 100110 | 100001 |
Color Harmonies of #4D3473
Complementary color
Monochromatic Colors of #4D3473
Black with #4D3473
Text Example
Text Example
White with #4D3473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3473; }
p { color: rgb(77,52,115); }
H1.HeaderClassName
{
color: #4D3473;
}
.AnyTagClassName
{
color: #4D3473;
}
</style>
background-color css
<style>
a { background-color: #4D3473; }
a { background-color: rgb(77,52,115); }
div.DivClassName
{
background-color: #4D3473;
}
.BgClassName
{
background-color: #4D3473;
}
</style>
border-color css
<style>
span { border-color: #4D3473; }
span { border-color: rgb(77,52,115); }
td.TdClassName
{
border-color: #4D3473;
}
.TagClassName
{
border-color: #4D3473;
}
</style>