Shades of Blue Diamond #4E3369
Tints of Blue Diamond #4E3369
RGB
CMYK
RGB Variations
Color information
#4E3369 (or 0x4E3369) is known color: Blue Diamond. HEX triplet: 4E, 33 and 69. RGB value is (78,51,105). Sum of RGB (Red+Green+Blue) = 78+51+105=234 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.33% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E3369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3369 is #B1CC96. Grayscale: #414141. Windows color (decimal): -11652247 or 6894414. OLE color: 6894414.
HSL color Cylindrical-coordinate representation of color #4E3369: hue angle of 270º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E3369 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 51 | 105 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.59 |
| HSL | 270º | 0.35% | 0.31% | - |
| HSV(B) | 270º | 0.51% | 0.41% | - |
| XYZ | 6.88 | 5.01 | 13.97 | - |
| YUV | 65.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 51 | 105 | 0.26 | 0.51 | 0 | 0.59 | 270 | 0.35 | 0.31 |
| Hex | 4E | 33 | 69 | 1A | 33 | 0 | 3B | 10E | 23 | 1F |
| Octal | 116 | 63 | 151 | 32 | 63 | 0 | 73 | 416 | 43 | 37 |
| Binary | 1001110 | 110011 | 1101001 | 11010 | 110011 | 0 | 111011 | 100001110 | 100011 | 11111 |
Color Harmonies of #4E3369
Complementary color
Monochromatic Colors of #4E3369
Black with #4E3369
Text Example
Text Example
White with #4E3369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3369; }
p { color: rgb(78,51,105); }
H1.HeaderClassName
{
color: #4E3369;
}
.AnyTagClassName
{
color: #4E3369;
}
</style>
background-color css
<style>
a { background-color: #4E3369; }
a { background-color: rgb(78,51,105); }
div.DivClassName
{
background-color: #4E3369;
}
.BgClassName
{
background-color: #4E3369;
}
</style>
border-color css
<style>
span { border-color: #4E3369; }
span { border-color: rgb(78,51,105); }
td.TdClassName
{
border-color: #4E3369;
}
.TagClassName
{
border-color: #4E3369;
}
</style>