Shades of Blue Diamond #4F2270
Tints of Blue Diamond #4F2270
RGB
CMYK
RGB Variations
Color information
#4F2270 (or 0x4F2270) is known color: Blue Diamond. HEX triplet: 4F, 22 and 70. RGB value is (79,34,112). Sum of RGB (Red+Green+Blue) = 79+34+112=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F2270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2270 is #B0DD8F. Grayscale: #383838. Windows color (decimal): -11591056 or 7348815. OLE color: 7348815.
HSL color Cylindrical-coordinate representation of color #4F2270: hue angle of 274.62º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F2270 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 34 | 112 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.56 |
| HSL | 274.62º | 0.53% | 0.29% | - |
| HSV(B) | 274.62º | 0.7% | 0.44% | - |
| XYZ | 6.72 | 3.98 | 15.74 | - |
| YUV | 56.35 | 159.41 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 34 | 112 | 0.29 | 0.70 | 0 | 0.56 | 274.62 | 0.53 | 0.29 |
| Hex | 4F | 22 | 70 | 1D | 46 | 0 | 38 | 113 | 35 | 1D |
| Octal | 117 | 42 | 160 | 35 | 106 | 0 | 70 | 423 | 65 | 35 |
| Binary | 1001111 | 100010 | 1110000 | 11101 | 1000110 | 0 | 111000 | 100010011 | 110101 | 11101 |
Color Harmonies of #4F2270
Complementary color
Monochromatic Colors of #4F2270
Black with #4F2270
Text Example
Text Example
White with #4F2270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2270; }
p { color: rgb(79,34,112); }
H1.HeaderClassName
{
color: #4F2270;
}
.AnyTagClassName
{
color: #4F2270;
}
</style>
background-color css
<style>
a { background-color: #4F2270; }
a { background-color: rgb(79,34,112); }
div.DivClassName
{
background-color: #4F2270;
}
.BgClassName
{
background-color: #4F2270;
}
</style>
border-color css
<style>
span { border-color: #4F2270; }
span { border-color: rgb(79,34,112); }
td.TdClassName
{
border-color: #4F2270;
}
.TagClassName
{
border-color: #4F2270;
}
</style>