Shades of Blue Diamond #4F2070
Tints of Blue Diamond #4F2070
RGB
CMYK
RGB Variations
Color information
#4F2070 (or 0x4F2070) is known color: Blue Diamond. HEX triplet: 4F, 20 and 70. RGB value is (79,32,112). Sum of RGB (Red+Green+Blue) = 79+32+112=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F2070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2070 is #B0DF8F. Grayscale: #363636. Windows color (decimal): -11591568 or 7348303. OLE color: 7348303.
HSL color Cylindrical-coordinate representation of color #4F2070: hue angle of 275.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F2070 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 32 | 112 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.56 |
| HSL | 275.25º | 0.56% | 0.28% | - |
| HSV(B) | 275.25º | 0.71% | 0.44% | - |
| XYZ | 6.67 | 3.87 | 15.72 | - |
| YUV | 55.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 32 | 112 | 0.29 | 0.71 | 0 | 0.56 | 275.25 | 0.56 | 0.28 |
| Hex | 4F | 20 | 70 | 1D | 47 | 0 | 38 | 113 | 38 | 1C |
| Octal | 117 | 40 | 160 | 35 | 107 | 0 | 70 | 423 | 70 | 34 |
| Binary | 1001111 | 100000 | 1110000 | 11101 | 1000111 | 0 | 111000 | 100010011 | 111000 | 11100 |
Color Harmonies of #4F2070
Complementary color
Monochromatic Colors of #4F2070
Black with #4F2070
Text Example
Text Example
White with #4F2070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2070; }
p { color: rgb(79,32,112); }
H1.HeaderClassName
{
color: #4F2070;
}
.AnyTagClassName
{
color: #4F2070;
}
</style>
background-color css
<style>
a { background-color: #4F2070; }
a { background-color: rgb(79,32,112); }
div.DivClassName
{
background-color: #4F2070;
}
.BgClassName
{
background-color: #4F2070;
}
</style>
border-color css
<style>
span { border-color: #4F2070; }
span { border-color: rgb(79,32,112); }
td.TdClassName
{
border-color: #4F2070;
}
.TagClassName
{
border-color: #4F2070;
}
</style>