Shades of Blue Diamond #4D3464
Tints of Blue Diamond #4D3464
RGB
CMYK
RGB Variations
Color information
#4D3464 (or 0x4D3464) is known color: Blue Diamond. HEX triplet: 4D, 34 and 64. RGB value is (77,52,100). Sum of RGB (Red+Green+Blue) = 77+52+100=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 100 - color contains mainly: blue. Hex color #4D3464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3464 is #B2CB9B. Grayscale: #404040. Windows color (decimal): -11717532 or 6566989. OLE color: 6566989.
HSL color Cylindrical-coordinate representation of color #4D3464: hue angle of 271.25º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D3464 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 52 | 100 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.61 |
| HSL | 271.25º | 0.32% | 0.3% | - |
| HSV(B) | 271.25º | 0.48% | 0.39% | - |
| XYZ | 6.59 | 4.95 | 12.67 | - |
| YUV | 64.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 100 | 0.23 | 0.48 | 0 | 0.61 | 271.25 | 0.32 | 0.3 |
| Hex | 4D | 34 | 64 | 17 | 30 | 0 | 3D | 10F | 20 | 1E |
| Octal | 115 | 64 | 144 | 27 | 60 | 0 | 75 | 417 | 40 | 36 |
| Binary | 1001101 | 110100 | 1100100 | 10111 | 110000 | 0 | 111101 | 100001111 | 100000 | 11110 |
Color Harmonies of #4D3464
Complementary color
Monochromatic Colors of #4D3464
Black with #4D3464
Text Example
Text Example
White with #4D3464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3464; }
p { color: rgb(77,52,100); }
H1.HeaderClassName
{
color: #4D3464;
}
.AnyTagClassName
{
color: #4D3464;
}
</style>
background-color css
<style>
a { background-color: #4D3464; }
a { background-color: rgb(77,52,100); }
div.DivClassName
{
background-color: #4D3464;
}
.BgClassName
{
background-color: #4D3464;
}
</style>
border-color css
<style>
span { border-color: #4D3464; }
span { border-color: rgb(77,52,100); }
td.TdClassName
{
border-color: #4D3464;
}
.TagClassName
{
border-color: #4D3464;
}
</style>