Shades of Blue Diamond #4F346B
Tints of Blue Diamond #4F346B
RGB
CMYK
RGB Variations
Color information
#4F346B (or 0x4F346B) is known color: Blue Diamond. HEX triplet: 4F, 34 and 6B. RGB value is (79,52,107). Sum of RGB (Red+Green+Blue) = 79+52+107=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F346B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F346B is #B0CB94. Grayscale: #424242. Windows color (decimal): -11586453 or 7025743. OLE color: 7025743.
HSL color Cylindrical-coordinate representation of color #4F346B: hue angle of 269.45º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F346B is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 52 | 107 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.58 |
| HSL | 269.45º | 0.35% | 0.31% | - |
| HSV(B) | 269.45º | 0.51% | 0.42% | - |
| XYZ | 7.11 | 5.18 | 14.54 | - |
| YUV | 66.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 52 | 107 | 0.26 | 0.51 | 0 | 0.58 | 269.45 | 0.35 | 0.31 |
| Hex | 4F | 34 | 6B | 1A | 33 | 0 | 3A | 10D | 23 | 1F |
| Octal | 117 | 64 | 153 | 32 | 63 | 0 | 72 | 415 | 43 | 37 |
| Binary | 1001111 | 110100 | 1101011 | 11010 | 110011 | 0 | 111010 | 100001101 | 100011 | 11111 |
Color Harmonies of #4F346B
Complementary color
Monochromatic Colors of #4F346B
Black with #4F346B
Text Example
Text Example
White with #4F346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F346B; }
p { color: rgb(79,52,107); }
H1.HeaderClassName
{
color: #4F346B;
}
.AnyTagClassName
{
color: #4F346B;
}
</style>
background-color css
<style>
a { background-color: #4F346B; }
a { background-color: rgb(79,52,107); }
div.DivClassName
{
background-color: #4F346B;
}
.BgClassName
{
background-color: #4F346B;
}
</style>
border-color css
<style>
span { border-color: #4F346B; }
span { border-color: rgb(79,52,107); }
td.TdClassName
{
border-color: #4F346B;
}
.TagClassName
{
border-color: #4F346B;
}
</style>