Shades of Blue Diamond #4F356D
Tints of Blue Diamond #4F356D
RGB
CMYK
RGB Variations
Color information
#4F356D (or 0x4F356D) is known color: Blue Diamond. HEX triplet: 4F, 35 and 6D. RGB value is (79,53,109). Sum of RGB (Red+Green+Blue) = 79+53+109=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F356D is #B0CA92. Grayscale: #424242. Windows color (decimal): -11586195 or 7157071. OLE color: 7157071.
HSL color Cylindrical-coordinate representation of color #4F356D: hue angle of 267.86º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F356D is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 53 | 109 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.57 |
| HSL | 267.86º | 0.35% | 0.32% | - |
| HSV(B) | 267.86º | 0.51% | 0.43% | - |
| XYZ | 7.26 | 5.31 | 15.11 | - |
| YUV | 67.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 53 | 109 | 0.28 | 0.51 | 0 | 0.57 | 267.86 | 0.35 | 0.32 |
| Hex | 4F | 35 | 6D | 1C | 33 | 0 | 39 | 10C | 23 | 20 |
| Octal | 117 | 65 | 155 | 34 | 63 | 0 | 71 | 414 | 43 | 40 |
| Binary | 1001111 | 110101 | 1101101 | 11100 | 110011 | 0 | 111001 | 100001100 | 100011 | 100000 |
Color Harmonies of #4F356D
Complementary color
Monochromatic Colors of #4F356D
Black with #4F356D
Text Example
Text Example
White with #4F356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F356D; }
p { color: rgb(79,53,109); }
H1.HeaderClassName
{
color: #4F356D;
}
.AnyTagClassName
{
color: #4F356D;
}
</style>
background-color css
<style>
a { background-color: #4F356D; }
a { background-color: rgb(79,53,109); }
div.DivClassName
{
background-color: #4F356D;
}
.BgClassName
{
background-color: #4F356D;
}
</style>
border-color css
<style>
span { border-color: #4F356D; }
span { border-color: rgb(79,53,109); }
td.TdClassName
{
border-color: #4F356D;
}
.TagClassName
{
border-color: #4F356D;
}
</style>