Shades of Blue Diamond #4F176F
Tints of Blue Diamond #4F176F
RGB
CMYK
RGB Variations
Color information
#4F176F (or 0x4F176F) is known color: Blue Diamond. HEX triplet: 4F, 17 and 6F. RGB value is (79,23,111). Sum of RGB (Red+Green+Blue) = 79+23+111=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F176F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F176F is #B0E890. Grayscale: #313131. Windows color (decimal): -11593873 or 7280463. OLE color: 7280463.
HSL color Cylindrical-coordinate representation of color #4F176F: hue angle of 278.18º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F176F is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 23 | 111 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.56 |
| HSL | 278.18º | 0.66% | 0.26% | - |
| HSV(B) | 278.18º | 0.79% | 0.44% | - |
| XYZ | 6.4 | 3.42 | 15.36 | - |
| YUV | 49.78 | 162.55 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 111 | 0.29 | 0.79 | 0 | 0.56 | 278.18 | 0.66 | 0.26 |
| Hex | 4F | 17 | 6F | 1D | 4F | 0 | 38 | 116 | 42 | 1A |
| Octal | 117 | 27 | 157 | 35 | 117 | 0 | 70 | 426 | 102 | 32 |
| Binary | 1001111 | 10111 | 1101111 | 11101 | 1001111 | 0 | 111000 | 100010110 | 1000010 | 11010 |
Color Harmonies of #4F176F
Complementary color
Monochromatic Colors of #4F176F
Black with #4F176F
Text Example
Text Example
White with #4F176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F176F; }
p { color: rgb(79,23,111); }
H1.HeaderClassName
{
color: #4F176F;
}
.AnyTagClassName
{
color: #4F176F;
}
</style>
background-color css
<style>
a { background-color: #4F176F; }
a { background-color: rgb(79,23,111); }
div.DivClassName
{
background-color: #4F176F;
}
.BgClassName
{
background-color: #4F176F;
}
</style>
border-color css
<style>
span { border-color: #4F176F; }
span { border-color: rgb(79,23,111); }
td.TdClassName
{
border-color: #4F176F;
}
.TagClassName
{
border-color: #4F176F;
}
</style>