Shades of Blue Diamond #4F3566
Tints of Blue Diamond #4F3566
RGB
CMYK
RGB Variations
Color information
#4F3566 (or 0x4F3566) is known color: Blue Diamond. HEX triplet: 4F, 35 and 66. RGB value is (79,53,102). Sum of RGB (Red+Green+Blue) = 79+53+102=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 102 - color contains mainly: blue. Hex color #4F3566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3566 is #B0CA99. Grayscale: #424242. Windows color (decimal): -11586202 or 6698319. OLE color: 6698319.
HSL color Cylindrical-coordinate representation of color #4F3566: hue angle of 271.84º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F3566 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 79 | 53 | 102 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.6 |
| HSL | 271.84º | 0.32% | 0.3% | - |
| HSV(B) | 271.84º | 0.48% | 0.4% | - |
| XYZ | 6.9 | 5.17 | 13.2 | - |
| YUV | 66.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 53 | 102 | 0.23 | 0.48 | 0 | 0.6 | 271.84 | 0.32 | 0.3 |
| Hex | 4F | 35 | 66 | 17 | 30 | 0 | 3C | 110 | 20 | 1E |
| Octal | 117 | 65 | 146 | 27 | 60 | 0 | 74 | 420 | 40 | 36 |
| Binary | 1001111 | 110101 | 1100110 | 10111 | 110000 | 0 | 111100 | 100010000 | 100000 | 11110 |
Color Harmonies of #4F3566
Complementary color
Monochromatic Colors of #4F3566
Black with #4F3566
Text Example
Text Example
White with #4F3566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3566; }
p { color: rgb(79,53,102); }
H1.HeaderClassName
{
color: #4F3566;
}
.AnyTagClassName
{
color: #4F3566;
}
</style>
background-color css
<style>
a { background-color: #4F3566; }
a { background-color: rgb(79,53,102); }
div.DivClassName
{
background-color: #4F3566;
}
.BgClassName
{
background-color: #4F3566;
}
</style>
border-color css
<style>
span { border-color: #4F3566; }
span { border-color: rgb(79,53,102); }
td.TdClassName
{
border-color: #4F3566;
}
.TagClassName
{
border-color: #4F3566;
}
</style>