Shades of Blue Diamond #4F186F
Tints of Blue Diamond #4F186F
RGB
CMYK
RGB Variations
Color information
#4F186F (or 0x4F186F) is known color: Blue Diamond. HEX triplet: 4F, 18 and 6F. RGB value is (79,24,111). Sum of RGB (Red+Green+Blue) = 79+24+111=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F186F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F186F is #B0E790. Grayscale: #323232. Windows color (decimal): -11593617 or 7280719. OLE color: 7280719.
HSL color Cylindrical-coordinate representation of color #4F186F: hue angle of 277.93º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F186F is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 24 | 111 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.56 |
| HSL | 277.93º | 0.64% | 0.26% | - |
| HSV(B) | 277.93º | 0.78% | 0.44% | - |
| XYZ | 6.42 | 3.46 | 15.37 | - |
| YUV | 50.36 | 162.22 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 24 | 111 | 0.29 | 0.78 | 0 | 0.56 | 277.93 | 0.64 | 0.26 |
| Hex | 4F | 18 | 6F | 1D | 4E | 0 | 38 | 116 | 40 | 1A |
| Octal | 117 | 30 | 157 | 35 | 116 | 0 | 70 | 426 | 100 | 32 |
| Binary | 1001111 | 11000 | 1101111 | 11101 | 1001110 | 0 | 111000 | 100010110 | 1000000 | 11010 |
Color Harmonies of #4F186F
Complementary color
Monochromatic Colors of #4F186F
Black with #4F186F
Text Example
Text Example
White with #4F186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F186F; }
p { color: rgb(79,24,111); }
H1.HeaderClassName
{
color: #4F186F;
}
.AnyTagClassName
{
color: #4F186F;
}
</style>
background-color css
<style>
a { background-color: #4F186F; }
a { background-color: rgb(79,24,111); }
div.DivClassName
{
background-color: #4F186F;
}
.BgClassName
{
background-color: #4F186F;
}
</style>
border-color css
<style>
span { border-color: #4F186F; }
span { border-color: rgb(79,24,111); }
td.TdClassName
{
border-color: #4F186F;
}
.TagClassName
{
border-color: #4F186F;
}
</style>