Shades of Blue Diamond #4F3372
Tints of Blue Diamond #4F3372
RGB
CMYK
RGB Variations
Color information
#4F3372 (or 0x4F3372) is known color: Blue Diamond. HEX triplet: 4F, 33 and 72. RGB value is (79,51,114). Sum of RGB (Red+Green+Blue) = 79+51+114=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F3372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3372 is #B0CC8D. Grayscale: #424242. Windows color (decimal): -11586702 or 7484239. OLE color: 7484239.
HSL color Cylindrical-coordinate representation of color #4F3372: hue angle of 266.67º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F3372 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 51 | 114 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.55 |
| HSL | 266.67º | 0.38% | 0.32% | - |
| HSV(B) | 266.67º | 0.55% | 0.45% | - |
| XYZ | 7.45 | 5.24 | 16.54 | - |
| YUV | 66.55 | 154.78 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 51 | 114 | 0.31 | 0.55 | 0 | 0.55 | 266.67 | 0.38 | 0.32 |
| Hex | 4F | 33 | 72 | 1F | 37 | 0 | 37 | 10B | 26 | 20 |
| Octal | 117 | 63 | 162 | 37 | 67 | 0 | 67 | 413 | 46 | 40 |
| Binary | 1001111 | 110011 | 1110010 | 11111 | 110111 | 0 | 110111 | 100001011 | 100110 | 100000 |
Color Harmonies of #4F3372
Complementary color
Monochromatic Colors of #4F3372
Black with #4F3372
Text Example
Text Example
White with #4F3372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3372; }
p { color: rgb(79,51,114); }
H1.HeaderClassName
{
color: #4F3372;
}
.AnyTagClassName
{
color: #4F3372;
}
</style>
background-color css
<style>
a { background-color: #4F3372; }
a { background-color: rgb(79,51,114); }
div.DivClassName
{
background-color: #4F3372;
}
.BgClassName
{
background-color: #4F3372;
}
</style>
border-color css
<style>
span { border-color: #4F3372; }
span { border-color: rgb(79,51,114); }
td.TdClassName
{
border-color: #4F3372;
}
.TagClassName
{
border-color: #4F3372;
}
</style>