Shades of Blue Diamond #4F196D
Tints of Blue Diamond #4F196D
RGB
CMYK
RGB Variations
Color information
#4F196D (or 0x4F196D) is known color: Blue Diamond. HEX triplet: 4F, 19 and 6D. RGB value is (79,25,109). Sum of RGB (Red+Green+Blue) = 79+25+109=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F196D is #B0E692. Grayscale: #323232. Windows color (decimal): -11593363 or 7149903. OLE color: 7149903.
HSL color Cylindrical-coordinate representation of color #4F196D: hue angle of 278.57º 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 #4F196D is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 25 | 109 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.57 |
| HSL | 278.57º | 0.63% | 0.26% | - |
| HSV(B) | 278.57º | 0.77% | 0.43% | - |
| XYZ | 6.33 | 3.46 | 14.8 | - |
| YUV | 50.72 | 160.89 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 109 | 0.28 | 0.77 | 0 | 0.57 | 278.57 | 0.63 | 0.26 |
| Hex | 4F | 19 | 6D | 1C | 4D | 0 | 39 | 117 | 3F | 1A |
| Octal | 117 | 31 | 155 | 34 | 115 | 0 | 71 | 427 | 77 | 32 |
| Binary | 1001111 | 11001 | 1101101 | 11100 | 1001101 | 0 | 111001 | 100010111 | 111111 | 11010 |
Color Harmonies of #4F196D
Complementary color
Monochromatic Colors of #4F196D
Black with #4F196D
Text Example
Text Example
White with #4F196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F196D; }
p { color: rgb(79,25,109); }
H1.HeaderClassName
{
color: #4F196D;
}
.AnyTagClassName
{
color: #4F196D;
}
</style>
background-color css
<style>
a { background-color: #4F196D; }
a { background-color: rgb(79,25,109); }
div.DivClassName
{
background-color: #4F196D;
}
.BgClassName
{
background-color: #4F196D;
}
</style>
border-color css
<style>
span { border-color: #4F196D; }
span { border-color: rgb(79,25,109); }
td.TdClassName
{
border-color: #4F196D;
}
.TagClassName
{
border-color: #4F196D;
}
</style>