Shades of Blue Diamond #4F3174
Tints of Blue Diamond #4F3174
RGB
CMYK
RGB Variations
Color information
#4F3174 (or 0x4F3174) is known color: Blue Diamond. HEX triplet: 4F, 31 and 74. RGB value is (79,49,116). Sum of RGB (Red+Green+Blue) = 79+49+116=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 116 - color contains mainly: blue. Hex color #4F3174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3174 is #B0CE8B. Grayscale: #414141. Windows color (decimal): -11587212 or 7614799. OLE color: 7614799.
HSL color Cylindrical-coordinate representation of color #4F3174: hue angle of 266.87º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F3174 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 49 | 116 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.55 |
| HSL | 266.87º | 0.41% | 0.32% | - |
| HSV(B) | 266.87º | 0.58% | 0.45% | - |
| XYZ | 7.48 | 5.12 | 17.12 | - |
| YUV | 65.61 | 156.44 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 49 | 116 | 0.32 | 0.58 | 0 | 0.55 | 266.87 | 0.41 | 0.32 |
| Hex | 4F | 31 | 74 | 20 | 3A | 0 | 37 | 10B | 29 | 20 |
| Octal | 117 | 61 | 164 | 40 | 72 | 0 | 67 | 413 | 51 | 40 |
| Binary | 1001111 | 110001 | 1110100 | 100000 | 111010 | 0 | 110111 | 100001011 | 101001 | 100000 |
Color Harmonies of #4F3174
Complementary color
Monochromatic Colors of #4F3174
Black with #4F3174
Text Example
Text Example
White with #4F3174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3174; }
p { color: rgb(79,49,116); }
H1.HeaderClassName
{
color: #4F3174;
}
.AnyTagClassName
{
color: #4F3174;
}
</style>
background-color css
<style>
a { background-color: #4F3174; }
a { background-color: rgb(79,49,116); }
div.DivClassName
{
background-color: #4F3174;
}
.BgClassName
{
background-color: #4F3174;
}
</style>
border-color css
<style>
span { border-color: #4F3174; }
span { border-color: rgb(79,49,116); }
td.TdClassName
{
border-color: #4F3174;
}
.TagClassName
{
border-color: #4F3174;
}
</style>