Shades of Blue Diamond #4D196E
Tints of Blue Diamond #4D196E
RGB
CMYK
RGB Variations
Color information
#4D196E (or 0x4D196E) is known color: Blue Diamond. HEX triplet: 4D, 19 and 6E. RGB value is (77,25,110). Sum of RGB (Red+Green+Blue) = 77+25+110=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D196E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D196E is #B2E691. Grayscale: #313131. Windows color (decimal): -11724434 or 7215437. OLE color: 7215437.
HSL color Cylindrical-coordinate representation of color #4D196E: hue angle of 276.71º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D196E is Cyan = 0.3, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 25 | 110 | - |
| CMYK | 0.3 | 0.77 | 0 | 0.57 |
| HSL | 276.71º | 0.63% | 0.26% | - |
| HSV(B) | 276.71º | 0.77% | 0.43% | - |
| XYZ | 6.22 | 3.4 | 15.08 | - |
| YUV | 50.24 | 161.73 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 110 | 0.3 | 0.77 | 0 | 0.57 | 276.71 | 0.63 | 0.26 |
| Hex | 4D | 19 | 6E | 1E | 4D | 0 | 39 | 115 | 3F | 1A |
| Octal | 115 | 31 | 156 | 36 | 115 | 0 | 71 | 425 | 77 | 32 |
| Binary | 1001101 | 11001 | 1101110 | 11110 | 1001101 | 0 | 111001 | 100010101 | 111111 | 11010 |
Color Harmonies of #4D196E
Complementary color
Monochromatic Colors of #4D196E
Black with #4D196E
Text Example
Text Example
White with #4D196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D196E; }
p { color: rgb(77,25,110); }
H1.HeaderClassName
{
color: #4D196E;
}
.AnyTagClassName
{
color: #4D196E;
}
</style>
background-color css
<style>
a { background-color: #4D196E; }
a { background-color: rgb(77,25,110); }
div.DivClassName
{
background-color: #4D196E;
}
.BgClassName
{
background-color: #4D196E;
}
</style>
border-color css
<style>
span { border-color: #4D196E; }
span { border-color: rgb(77,25,110); }
td.TdClassName
{
border-color: #4D196E;
}
.TagClassName
{
border-color: #4D196E;
}
</style>