Shades of Blue Diamond #4E2F69
Tints of Blue Diamond #4E2F69
RGB
CMYK
RGB Variations
Color information
#4E2F69 (or 0x4E2F69) is known color: Blue Diamond. HEX triplet: 4E, 2F and 69. RGB value is (78,47,105). Sum of RGB (Red+Green+Blue) = 78+47+105=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E2F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2F69 is #B1D096. Grayscale: #3E3E3E. Windows color (decimal): -11653271 or 6893390. OLE color: 6893390.
HSL color Cylindrical-coordinate representation of color #4E2F69: hue angle of 272.07º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E2F69 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 47 | 105 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.59 |
| HSL | 272.07º | 0.38% | 0.3% | - |
| HSV(B) | 272.07º | 0.55% | 0.41% | - |
| XYZ | 6.71 | 4.67 | 13.91 | - |
| YUV | 62.88 | 151.77 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 105 | 0.26 | 0.55 | 0 | 0.59 | 272.07 | 0.38 | 0.3 |
| Hex | 4E | 2F | 69 | 1A | 37 | 0 | 3B | 110 | 26 | 1E |
| Octal | 116 | 57 | 151 | 32 | 67 | 0 | 73 | 420 | 46 | 36 |
| Binary | 1001110 | 101111 | 1101001 | 11010 | 110111 | 0 | 111011 | 100010000 | 100110 | 11110 |
Color Harmonies of #4E2F69
Complementary color
Monochromatic Colors of #4E2F69
Black with #4E2F69
Text Example
Text Example
White with #4E2F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2F69; }
p { color: rgb(78,47,105); }
H1.HeaderClassName
{
color: #4E2F69;
}
.AnyTagClassName
{
color: #4E2F69;
}
</style>
background-color css
<style>
a { background-color: #4E2F69; }
a { background-color: rgb(78,47,105); }
div.DivClassName
{
background-color: #4E2F69;
}
.BgClassName
{
background-color: #4E2F69;
}
</style>
border-color css
<style>
span { border-color: #4E2F69; }
span { border-color: rgb(78,47,105); }
td.TdClassName
{
border-color: #4E2F69;
}
.TagClassName
{
border-color: #4E2F69;
}
</style>