Shades of Blue Diamond #4E346B
Tints of Blue Diamond #4E346B
RGB
CMYK
RGB Variations
Color information
#4E346B (or 0x4E346B) is known color: Blue Diamond. HEX triplet: 4E, 34 and 6B. RGB value is (78,52,107). Sum of RGB (Red+Green+Blue) = 78+52+107=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E346B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E346B is #B1CB94. Grayscale: #414141. Windows color (decimal): -11651989 or 7025742. OLE color: 7025742.
HSL color Cylindrical-coordinate representation of color #4E346B: hue angle of 268.36º 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 #4E346B is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 52 | 107 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.58 |
| HSL | 268.36º | 0.35% | 0.31% | - |
| HSV(B) | 268.36º | 0.51% | 0.42% | - |
| XYZ | 7.02 | 5.14 | 14.53 | - |
| YUV | 66.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 52 | 107 | 0.27 | 0.51 | 0 | 0.58 | 268.36 | 0.35 | 0.31 |
| Hex | 4E | 34 | 6B | 1B | 33 | 0 | 3A | 10C | 23 | 1F |
| Octal | 116 | 64 | 153 | 33 | 63 | 0 | 72 | 414 | 43 | 37 |
| Binary | 1001110 | 110100 | 1101011 | 11011 | 110011 | 0 | 111010 | 100001100 | 100011 | 11111 |
Color Harmonies of #4E346B
Complementary color
Monochromatic Colors of #4E346B
Black with #4E346B
Text Example
Text Example
White with #4E346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E346B; }
p { color: rgb(78,52,107); }
H1.HeaderClassName
{
color: #4E346B;
}
.AnyTagClassName
{
color: #4E346B;
}
</style>
background-color css
<style>
a { background-color: #4E346B; }
a { background-color: rgb(78,52,107); }
div.DivClassName
{
background-color: #4E346B;
}
.BgClassName
{
background-color: #4E346B;
}
</style>
border-color css
<style>
span { border-color: #4E346B; }
span { border-color: rgb(78,52,107); }
td.TdClassName
{
border-color: #4E346B;
}
.TagClassName
{
border-color: #4E346B;
}
</style>