Shades of Blue Diamond #4D3463
Tints of Blue Diamond #4D3463
RGB
CMYK
RGB Variations
Color information
#4D3463 (or 0x4D3463) is known color: Blue Diamond. HEX triplet: 4D, 34 and 63. RGB value is (77,52,99). Sum of RGB (Red+Green+Blue) = 77+52+99=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D3463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3463 is #B2CB9C. Grayscale: #404040. Windows color (decimal): -11717533 or 6501453. OLE color: 6501453.
HSL color Cylindrical-coordinate representation of color #4D3463: hue angle of 271.91º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D3463 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 52 | 99 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.61 |
| HSL | 271.91º | 0.31% | 0.3% | - |
| HSV(B) | 271.91º | 0.47% | 0.39% | - |
| XYZ | 6.54 | 4.93 | 12.41 | - |
| YUV | 64.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 99 | 0.22 | 0.47 | 0 | 0.61 | 271.91 | 0.31 | 0.3 |
| Hex | 4D | 34 | 63 | 16 | 2F | 0 | 3D | 110 | 1F | 1E |
| Octal | 115 | 64 | 143 | 26 | 57 | 0 | 75 | 420 | 37 | 36 |
| Binary | 1001101 | 110100 | 1100011 | 10110 | 101111 | 0 | 111101 | 100010000 | 11111 | 11110 |
Color Harmonies of #4D3463
Complementary color
Monochromatic Colors of #4D3463
Black with #4D3463
Text Example
Text Example
White with #4D3463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3463; }
p { color: rgb(77,52,99); }
H1.HeaderClassName
{
color: #4D3463;
}
.AnyTagClassName
{
color: #4D3463;
}
</style>
background-color css
<style>
a { background-color: #4D3463; }
a { background-color: rgb(77,52,99); }
div.DivClassName
{
background-color: #4D3463;
}
.BgClassName
{
background-color: #4D3463;
}
</style>
border-color css
<style>
span { border-color: #4D3463; }
span { border-color: rgb(77,52,99); }
td.TdClassName
{
border-color: #4D3463;
}
.TagClassName
{
border-color: #4D3463;
}
</style>