Shades of Blue Diamond #4F1776
Tints of Blue Diamond #4F1776
RGB
CMYK
RGB Variations
Color information
#4F1776 (or 0x4F1776) is known color: Blue Diamond. HEX triplet: 4F, 17 and 76. RGB value is (79,23,118). Sum of RGB (Red+Green+Blue) = 79+23+118=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F1776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1776 is #B0E889. Grayscale: #323232. Windows color (decimal): -11593866 or 7739215. OLE color: 7739215.
HSL color Cylindrical-coordinate representation of color #4F1776: hue angle of 275.37º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F1776 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 23 | 118 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.54 |
| HSL | 275.37º | 0.67% | 0.28% | - |
| HSV(B) | 275.37º | 0.81% | 0.46% | - |
| XYZ | 6.8 | 3.58 | 17.47 | - |
| YUV | 50.57 | 166.05 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 118 | 0.33 | 0.81 | 0 | 0.54 | 275.37 | 0.67 | 0.28 |
| Hex | 4F | 17 | 76 | 21 | 51 | 0 | 36 | 113 | 43 | 1C |
| Octal | 117 | 27 | 166 | 41 | 121 | 0 | 66 | 423 | 103 | 34 |
| Binary | 1001111 | 10111 | 1110110 | 100001 | 1010001 | 0 | 110110 | 100010011 | 1000011 | 11100 |
Color Harmonies of #4F1776
Complementary color
Monochromatic Colors of #4F1776
Black with #4F1776
Text Example
Text Example
White with #4F1776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1776; }
p { color: rgb(79,23,118); }
H1.HeaderClassName
{
color: #4F1776;
}
.AnyTagClassName
{
color: #4F1776;
}
</style>
background-color css
<style>
a { background-color: #4F1776; }
a { background-color: rgb(79,23,118); }
div.DivClassName
{
background-color: #4F1776;
}
.BgClassName
{
background-color: #4F1776;
}
</style>
border-color css
<style>
span { border-color: #4F1776; }
span { border-color: rgb(79,23,118); }
td.TdClassName
{
border-color: #4F1776;
}
.TagClassName
{
border-color: #4F1776;
}
</style>