Shades of Blue Diamond #4F2870
Tints of Blue Diamond #4F2870
RGB
CMYK
RGB Variations
Color information
#4F2870 (or 0x4F2870) is known color: Blue Diamond. HEX triplet: 4F, 28 and 70. RGB value is (79,40,112). Sum of RGB (Red+Green+Blue) = 79+40+112=231 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.20% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F2870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2870 is #B0D78F. Grayscale: #3B3B3B. Windows color (decimal): -11589520 or 7350351. OLE color: 7350351.
HSL color Cylindrical-coordinate representation of color #4F2870: hue angle of 272.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F2870 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 40 | 112 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.56 |
| HSL | 272.5º | 0.47% | 0.3% | - |
| HSV(B) | 272.5º | 0.64% | 0.44% | - |
| XYZ | 6.91 | 4.35 | 15.8 | - |
| YUV | 59.87 | 157.42 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 112 | 0.29 | 0.64 | 0 | 0.56 | 272.5 | 0.47 | 0.3 |
| Hex | 4F | 28 | 70 | 1D | 40 | 0 | 38 | 110 | 2F | 1E |
| Octal | 117 | 50 | 160 | 35 | 100 | 0 | 70 | 420 | 57 | 36 |
| Binary | 1001111 | 101000 | 1110000 | 11101 | 1000000 | 0 | 111000 | 100010000 | 101111 | 11110 |
Color Harmonies of #4F2870
Complementary color
Monochromatic Colors of #4F2870
Black with #4F2870
Text Example
Text Example
White with #4F2870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2870; }
p { color: rgb(79,40,112); }
H1.HeaderClassName
{
color: #4F2870;
}
.AnyTagClassName
{
color: #4F2870;
}
</style>
background-color css
<style>
a { background-color: #4F2870; }
a { background-color: rgb(79,40,112); }
div.DivClassName
{
background-color: #4F2870;
}
.BgClassName
{
background-color: #4F2870;
}
</style>
border-color css
<style>
span { border-color: #4F2870; }
span { border-color: rgb(79,40,112); }
td.TdClassName
{
border-color: #4F2870;
}
.TagClassName
{
border-color: #4F2870;
}
</style>