Shades of Blue Diamond #4D2E6F
Tints of Blue Diamond #4D2E6F
RGB
CMYK
RGB Variations
Color information
#4D2E6F (or 0x4D2E6F) is known color: Blue Diamond. HEX triplet: 4D, 2E and 6F. RGB value is (77,46,111). Sum of RGB (Red+Green+Blue) = 77+46+111=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D2E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2E6F is #B2D190. Grayscale: #3E3E3E. Windows color (decimal): -11719057 or 7286349. OLE color: 7286349.
HSL color Cylindrical-coordinate representation of color #4D2E6F: hue angle of 268.62º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D2E6F is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 46 | 111 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.56 |
| HSL | 268.62º | 0.41% | 0.31% | - |
| HSV(B) | 268.62º | 0.59% | 0.44% | - |
| XYZ | 6.91 | 4.68 | 15.58 | - |
| YUV | 62.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 46 | 111 | 0.31 | 0.59 | 0 | 0.56 | 268.62 | 0.41 | 0.31 |
| Hex | 4D | 2E | 6F | 1F | 3B | 0 | 38 | 10D | 29 | 1F |
| Octal | 115 | 56 | 157 | 37 | 73 | 0 | 70 | 415 | 51 | 37 |
| Binary | 1001101 | 101110 | 1101111 | 11111 | 111011 | 0 | 111000 | 100001101 | 101001 | 11111 |
Color Harmonies of #4D2E6F
Complementary color
Monochromatic Colors of #4D2E6F
Black with #4D2E6F
Text Example
Text Example
White with #4D2E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2E6F; }
p { color: rgb(77,46,111); }
H1.HeaderClassName
{
color: #4D2E6F;
}
.AnyTagClassName
{
color: #4D2E6F;
}
</style>
background-color css
<style>
a { background-color: #4D2E6F; }
a { background-color: rgb(77,46,111); }
div.DivClassName
{
background-color: #4D2E6F;
}
.BgClassName
{
background-color: #4D2E6F;
}
</style>
border-color css
<style>
span { border-color: #4D2E6F; }
span { border-color: rgb(77,46,111); }
td.TdClassName
{
border-color: #4D2E6F;
}
.TagClassName
{
border-color: #4D2E6F;
}
</style>