Shades of Blue Diamond #4D2F6C
Tints of Blue Diamond #4D2F6C
RGB
CMYK
RGB Variations
Color information
#4D2F6C (or 0x4D2F6C) is known color: Blue Diamond. HEX triplet: 4D, 2F and 6C. RGB value is (77,47,108). Sum of RGB (Red+Green+Blue) = 77+47+108=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D2F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2F6C is #B2D093. Grayscale: #3E3E3E. Windows color (decimal): -11718804 or 7089997. OLE color: 7089997.
HSL color Cylindrical-coordinate representation of color #4D2F6C: hue angle of 269.51º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D2F6C is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 47 | 108 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.58 |
| HSL | 269.51º | 0.39% | 0.3% | - |
| HSV(B) | 269.51º | 0.56% | 0.42% | - |
| XYZ | 6.78 | 4.69 | 14.74 | - |
| YUV | 62.92 | 153.44 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 47 | 108 | 0.29 | 0.56 | 0 | 0.58 | 269.51 | 0.39 | 0.3 |
| Hex | 4D | 2F | 6C | 1D | 38 | 0 | 3A | 10E | 27 | 1E |
| Octal | 115 | 57 | 154 | 35 | 70 | 0 | 72 | 416 | 47 | 36 |
| Binary | 1001101 | 101111 | 1101100 | 11101 | 111000 | 0 | 111010 | 100001110 | 100111 | 11110 |
Color Harmonies of #4D2F6C
Complementary color
Monochromatic Colors of #4D2F6C
Black with #4D2F6C
Text Example
Text Example
White with #4D2F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2F6C; }
p { color: rgb(77,47,108); }
H1.HeaderClassName
{
color: #4D2F6C;
}
.AnyTagClassName
{
color: #4D2F6C;
}
</style>
background-color css
<style>
a { background-color: #4D2F6C; }
a { background-color: rgb(77,47,108); }
div.DivClassName
{
background-color: #4D2F6C;
}
.BgClassName
{
background-color: #4D2F6C;
}
</style>
border-color css
<style>
span { border-color: #4D2F6C; }
span { border-color: rgb(77,47,108); }
td.TdClassName
{
border-color: #4D2F6C;
}
.TagClassName
{
border-color: #4D2F6C;
}
</style>