Shades of Blue Diamond #4F346C
Tints of Blue Diamond #4F346C
RGB
CMYK
RGB Variations
Color information
#4F346C (or 0x4F346C) is known color: Blue Diamond. HEX triplet: 4F, 34 and 6C. RGB value is (79,52,108). Sum of RGB (Red+Green+Blue) = 79+52+108=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F346C is #B0CB93. Grayscale: #424242. Windows color (decimal): -11586452 or 7091279. OLE color: 7091279.
HSL color Cylindrical-coordinate representation of color #4F346C: hue angle of 268.93º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F346C is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 52 | 108 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.58 |
| HSL | 268.93º | 0.35% | 0.31% | - |
| HSV(B) | 268.93º | 0.52% | 0.42% | - |
| XYZ | 7.16 | 5.2 | 14.81 | - |
| YUV | 66.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 52 | 108 | 0.27 | 0.52 | 0 | 0.58 | 268.93 | 0.35 | 0.31 |
| Hex | 4F | 34 | 6C | 1B | 34 | 0 | 3A | 10D | 23 | 1F |
| Octal | 117 | 64 | 154 | 33 | 64 | 0 | 72 | 415 | 43 | 37 |
| Binary | 1001111 | 110100 | 1101100 | 11011 | 110100 | 0 | 111010 | 100001101 | 100011 | 11111 |
Color Harmonies of #4F346C
Complementary color
Monochromatic Colors of #4F346C
Black with #4F346C
Text Example
Text Example
White with #4F346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F346C; }
p { color: rgb(79,52,108); }
H1.HeaderClassName
{
color: #4F346C;
}
.AnyTagClassName
{
color: #4F346C;
}
</style>
background-color css
<style>
a { background-color: #4F346C; }
a { background-color: rgb(79,52,108); }
div.DivClassName
{
background-color: #4F346C;
}
.BgClassName
{
background-color: #4F346C;
}
</style>
border-color css
<style>
span { border-color: #4F346C; }
span { border-color: rgb(79,52,108); }
td.TdClassName
{
border-color: #4F346C;
}
.TagClassName
{
border-color: #4F346C;
}
</style>