Shades of Blue Diamond #4F216A
Tints of Blue Diamond #4F216A
RGB
CMYK
RGB Variations
Color information
#4F216A (or 0x4F216A) is known color: Blue Diamond. HEX triplet: 4F, 21 and 6A. RGB value is (79,33,106). Sum of RGB (Red+Green+Blue) = 79+33+106=218 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.24% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F216A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F216A is #B0DE95. Grayscale: #363636. Windows color (decimal): -11591318 or 6955343. OLE color: 6955343.
HSL color Cylindrical-coordinate representation of color #4F216A: hue angle of 277.81º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F216A is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 33 | 106 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.58 |
| HSL | 277.81º | 0.53% | 0.27% | - |
| HSV(B) | 277.81º | 0.69% | 0.42% | - |
| XYZ | 6.37 | 3.79 | 14.03 | - |
| YUV | 55.08 | 156.74 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 33 | 106 | 0.25 | 0.69 | 0 | 0.58 | 277.81 | 0.53 | 0.27 |
| Hex | 4F | 21 | 6A | 19 | 45 | 0 | 3A | 116 | 35 | 1B |
| Octal | 117 | 41 | 152 | 31 | 105 | 0 | 72 | 426 | 65 | 33 |
| Binary | 1001111 | 100001 | 1101010 | 11001 | 1000101 | 0 | 111010 | 100010110 | 110101 | 11011 |
Color Harmonies of #4F216A
Complementary color
Monochromatic Colors of #4F216A
Black with #4F216A
Text Example
Text Example
White with #4F216A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F216A; }
p { color: rgb(79,33,106); }
H1.HeaderClassName
{
color: #4F216A;
}
.AnyTagClassName
{
color: #4F216A;
}
</style>
background-color css
<style>
a { background-color: #4F216A; }
a { background-color: rgb(79,33,106); }
div.DivClassName
{
background-color: #4F216A;
}
.BgClassName
{
background-color: #4F216A;
}
</style>
border-color css
<style>
span { border-color: #4F216A; }
span { border-color: rgb(79,33,106); }
td.TdClassName
{
border-color: #4F216A;
}
.TagClassName
{
border-color: #4F216A;
}
</style>