Shades of Blue Diamond #4F316D
Tints of Blue Diamond #4F316D
RGB
CMYK
RGB Variations
Color information
#4F316D (or 0x4F316D) is known color: Blue Diamond. HEX triplet: 4F, 31 and 6D. RGB value is (79,49,109). Sum of RGB (Red+Green+Blue) = 79+49+109=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F316D is #B0CE92. Grayscale: #404040. Windows color (decimal): -11587219 or 7156047. OLE color: 7156047.
HSL color Cylindrical-coordinate representation of color #4F316D: hue angle of 270º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F316D is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 49 | 109 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.57 |
| HSL | 270º | 0.38% | 0.31% | - |
| HSV(B) | 270º | 0.55% | 0.43% | - |
| XYZ | 7.08 | 4.96 | 15.05 | - |
| YUV | 64.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 49 | 109 | 0.28 | 0.55 | 0 | 0.57 | 270 | 0.38 | 0.31 |
| Hex | 4F | 31 | 6D | 1C | 37 | 0 | 39 | 10E | 26 | 1F |
| Octal | 117 | 61 | 155 | 34 | 67 | 0 | 71 | 416 | 46 | 37 |
| Binary | 1001111 | 110001 | 1101101 | 11100 | 110111 | 0 | 111001 | 100001110 | 100110 | 11111 |
Color Harmonies of #4F316D
Complementary color
Monochromatic Colors of #4F316D
Black with #4F316D
Text Example
Text Example
White with #4F316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F316D; }
p { color: rgb(79,49,109); }
H1.HeaderClassName
{
color: #4F316D;
}
.AnyTagClassName
{
color: #4F316D;
}
</style>
background-color css
<style>
a { background-color: #4F316D; }
a { background-color: rgb(79,49,109); }
div.DivClassName
{
background-color: #4F316D;
}
.BgClassName
{
background-color: #4F316D;
}
</style>
border-color css
<style>
span { border-color: #4F316D; }
span { border-color: rgb(79,49,109); }
td.TdClassName
{
border-color: #4F316D;
}
.TagClassName
{
border-color: #4F316D;
}
</style>