Shades of Blue Diamond #4F216C
Tints of Blue Diamond #4F216C
RGB
CMYK
RGB Variations
Color information
#4F216C (or 0x4F216C) is known color: Blue Diamond. HEX triplet: 4F, 21 and 6C. RGB value is (79,33,108). Sum of RGB (Red+Green+Blue) = 79+33+108=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F216C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F216C is #B0DE93. Grayscale: #373737. Windows color (decimal): -11591316 or 7086415. OLE color: 7086415.
HSL color Cylindrical-coordinate representation of color #4F216C: hue angle of 276.8º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F216C is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 33 | 108 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.58 |
| HSL | 276.8º | 0.53% | 0.28% | - |
| HSV(B) | 276.8º | 0.69% | 0.42% | - |
| XYZ | 6.48 | 3.83 | 14.59 | - |
| YUV | 55.3 | 157.74 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 33 | 108 | 0.27 | 0.69 | 0 | 0.58 | 276.8 | 0.53 | 0.28 |
| Hex | 4F | 21 | 6C | 1B | 45 | 0 | 3A | 115 | 35 | 1C |
| Octal | 117 | 41 | 154 | 33 | 105 | 0 | 72 | 425 | 65 | 34 |
| Binary | 1001111 | 100001 | 1101100 | 11011 | 1000101 | 0 | 111010 | 100010101 | 110101 | 11100 |
Color Harmonies of #4F216C
Complementary color
Monochromatic Colors of #4F216C
Black with #4F216C
Text Example
Text Example
White with #4F216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F216C; }
p { color: rgb(79,33,108); }
H1.HeaderClassName
{
color: #4F216C;
}
.AnyTagClassName
{
color: #4F216C;
}
</style>
background-color css
<style>
a { background-color: #4F216C; }
a { background-color: rgb(79,33,108); }
div.DivClassName
{
background-color: #4F216C;
}
.BgClassName
{
background-color: #4F216C;
}
</style>
border-color css
<style>
span { border-color: #4F216C; }
span { border-color: rgb(79,33,108); }
td.TdClassName
{
border-color: #4F216C;
}
.TagClassName
{
border-color: #4F216C;
}
</style>