Shades of Blue Diamond #4E166C
Tints of Blue Diamond #4E166C
RGB
CMYK
RGB Variations
Color information
#4E166C (or 0x4E166C) is known color: Blue Diamond. HEX triplet: 4E, 16 and 6C. RGB value is (78,22,108). Sum of RGB (Red+Green+Blue) = 78+22+108=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E166C is #B1E993. Grayscale: #303030. Windows color (decimal): -11659668 or 7083598. OLE color: 7083598.
HSL color Cylindrical-coordinate representation of color #4E166C: hue angle of 279.07º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E166C is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 22 | 108 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.58 |
| HSL | 279.07º | 0.66% | 0.25% | - |
| HSV(B) | 279.07º | 0.8% | 0.42% | - |
| XYZ | 6.14 | 3.28 | 14.5 | - |
| YUV | 48.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 108 | 0.28 | 0.80 | 0 | 0.58 | 279.07 | 0.66 | 0.25 |
| Hex | 4E | 16 | 6C | 1C | 50 | 0 | 3A | 117 | 42 | 19 |
| Octal | 116 | 26 | 154 | 34 | 120 | 0 | 72 | 427 | 102 | 31 |
| Binary | 1001110 | 10110 | 1101100 | 11100 | 1010000 | 0 | 111010 | 100010111 | 1000010 | 11001 |
Color Harmonies of #4E166C
Complementary color
Monochromatic Colors of #4E166C
Black with #4E166C
Text Example
Text Example
White with #4E166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E166C; }
p { color: rgb(78,22,108); }
H1.HeaderClassName
{
color: #4E166C;
}
.AnyTagClassName
{
color: #4E166C;
}
</style>
background-color css
<style>
a { background-color: #4E166C; }
a { background-color: rgb(78,22,108); }
div.DivClassName
{
background-color: #4E166C;
}
.BgClassName
{
background-color: #4E166C;
}
</style>
border-color css
<style>
span { border-color: #4E166C; }
span { border-color: rgb(78,22,108); }
td.TdClassName
{
border-color: #4E166C;
}
.TagClassName
{
border-color: #4E166C;
}
</style>