Shades of Blue Diamond #4F1770
Tints of Blue Diamond #4F1770
RGB
CMYK
RGB Variations
Color information
#4F1770 (or 0x4F1770) is known color: Blue Diamond. HEX triplet: 4F, 17 and 70. RGB value is (79,23,112). Sum of RGB (Red+Green+Blue) = 79+23+112=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F1770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1770 is #B0E88F. Grayscale: #313131. Windows color (decimal): -11593872 or 7345999. OLE color: 7345999.
HSL color Cylindrical-coordinate representation of color #4F1770: hue angle of 277.75º 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 #4F1770 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 23 | 112 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.56 |
| HSL | 277.75º | 0.66% | 0.26% | - |
| HSV(B) | 277.75º | 0.79% | 0.44% | - |
| XYZ | 6.46 | 3.44 | 15.65 | - |
| YUV | 49.89 | 163.05 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 112 | 0.29 | 0.79 | 0 | 0.56 | 277.75 | 0.66 | 0.26 |
| Hex | 4F | 17 | 70 | 1D | 4F | 0 | 38 | 116 | 42 | 1A |
| Octal | 117 | 27 | 160 | 35 | 117 | 0 | 70 | 426 | 102 | 32 |
| Binary | 1001111 | 10111 | 1110000 | 11101 | 1001111 | 0 | 111000 | 100010110 | 1000010 | 11010 |
Color Harmonies of #4F1770
Complementary color
Monochromatic Colors of #4F1770
Black with #4F1770
Text Example
Text Example
White with #4F1770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1770; }
p { color: rgb(79,23,112); }
H1.HeaderClassName
{
color: #4F1770;
}
.AnyTagClassName
{
color: #4F1770;
}
</style>
background-color css
<style>
a { background-color: #4F1770; }
a { background-color: rgb(79,23,112); }
div.DivClassName
{
background-color: #4F1770;
}
.BgClassName
{
background-color: #4F1770;
}
</style>
border-color css
<style>
span { border-color: #4F1770; }
span { border-color: rgb(79,23,112); }
td.TdClassName
{
border-color: #4F1770;
}
.TagClassName
{
border-color: #4F1770;
}
</style>