Shades of Blue Diamond #4F346D
Tints of Blue Diamond #4F346D
RGB
CMYK
RGB Variations
Color information
#4F346D (or 0x4F346D) is known color: Blue Diamond. HEX triplet: 4F, 34 and 6D. RGB value is (79,52,109). Sum of RGB (Red+Green+Blue) = 79+52+109=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F346D is #B0CB92. Grayscale: #424242. Windows color (decimal): -11586451 or 7156815. OLE color: 7156815.
HSL color Cylindrical-coordinate representation of color #4F346D: hue angle of 268.42º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F346D is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 52 | 109 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.57 |
| HSL | 268.42º | 0.35% | 0.32% | - |
| HSV(B) | 268.42º | 0.52% | 0.43% | - |
| XYZ | 7.21 | 5.22 | 15.1 | - |
| YUV | 66.57 | 151.95 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 52 | 109 | 0.28 | 0.52 | 0 | 0.57 | 268.42 | 0.35 | 0.32 |
| Hex | 4F | 34 | 6D | 1C | 34 | 0 | 39 | 10C | 23 | 20 |
| Octal | 117 | 64 | 155 | 34 | 64 | 0 | 71 | 414 | 43 | 40 |
| Binary | 1001111 | 110100 | 1101101 | 11100 | 110100 | 0 | 111001 | 100001100 | 100011 | 100000 |
Color Harmonies of #4F346D
Complementary color
Monochromatic Colors of #4F346D
Black with #4F346D
Text Example
Text Example
White with #4F346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F346D; }
p { color: rgb(79,52,109); }
H1.HeaderClassName
{
color: #4F346D;
}
.AnyTagClassName
{
color: #4F346D;
}
</style>
background-color css
<style>
a { background-color: #4F346D; }
a { background-color: rgb(79,52,109); }
div.DivClassName
{
background-color: #4F346D;
}
.BgClassName
{
background-color: #4F346D;
}
</style>
border-color css
<style>
span { border-color: #4F346D; }
span { border-color: rgb(79,52,109); }
td.TdClassName
{
border-color: #4F346D;
}
.TagClassName
{
border-color: #4F346D;
}
</style>