Shades of Blue Diamond #4F316A
Tints of Blue Diamond #4F316A
RGB
CMYK
RGB Variations
Color information
#4F316A (or 0x4F316A) is known color: Blue Diamond. HEX triplet: 4F, 31 and 6A. RGB value is (79,49,106). Sum of RGB (Red+Green+Blue) = 79+49+106=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F316A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F316A is #B0CE95. Grayscale: #404040. Windows color (decimal): -11587222 or 6959439. OLE color: 6959439.
HSL color Cylindrical-coordinate representation of color #4F316A: hue angle of 271.58º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F316A is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 49 | 106 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.58 |
| HSL | 271.58º | 0.37% | 0.3% | - |
| HSV(B) | 271.58º | 0.54% | 0.42% | - |
| XYZ | 6.92 | 4.9 | 14.22 | - |
| YUV | 64.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 49 | 106 | 0.25 | 0.54 | 0 | 0.58 | 271.58 | 0.37 | 0.3 |
| Hex | 4F | 31 | 6A | 19 | 36 | 0 | 3A | 110 | 25 | 1E |
| Octal | 117 | 61 | 152 | 31 | 66 | 0 | 72 | 420 | 45 | 36 |
| Binary | 1001111 | 110001 | 1101010 | 11001 | 110110 | 0 | 111010 | 100010000 | 100101 | 11110 |
Color Harmonies of #4F316A
Complementary color
Monochromatic Colors of #4F316A
Black with #4F316A
Text Example
Text Example
White with #4F316A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F316A; }
p { color: rgb(79,49,106); }
H1.HeaderClassName
{
color: #4F316A;
}
.AnyTagClassName
{
color: #4F316A;
}
</style>
background-color css
<style>
a { background-color: #4F316A; }
a { background-color: rgb(79,49,106); }
div.DivClassName
{
background-color: #4F316A;
}
.BgClassName
{
background-color: #4F316A;
}
</style>
border-color css
<style>
span { border-color: #4F316A; }
span { border-color: rgb(79,49,106); }
td.TdClassName
{
border-color: #4F316A;
}
.TagClassName
{
border-color: #4F316A;
}
</style>