Shades of Blue Diamond #4E2373
Tints of Blue Diamond #4E2373
RGB
CMYK
RGB Variations
Color information
#4E2373 (or 0x4E2373) is known color: Blue Diamond. HEX triplet: 4E, 23 and 73. RGB value is (78,35,115). Sum of RGB (Red+Green+Blue) = 78+35+115=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E2373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2373 is #B1DC8C. Grayscale: #383838. Windows color (decimal): -11656333 or 7545678. OLE color: 7545678.
HSL color Cylindrical-coordinate representation of color #4E2373: hue angle of 272.25º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E2373 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 35 | 115 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.55 |
| HSL | 272.25º | 0.53% | 0.29% | - |
| HSV(B) | 272.25º | 0.7% | 0.45% | - |
| XYZ | 6.84 | 4.06 | 16.64 | - |
| YUV | 56.98 | 160.75 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 115 | 0.32 | 0.70 | 0 | 0.55 | 272.25 | 0.53 | 0.29 |
| Hex | 4E | 23 | 73 | 20 | 46 | 0 | 37 | 110 | 35 | 1D |
| Octal | 116 | 43 | 163 | 40 | 106 | 0 | 67 | 420 | 65 | 35 |
| Binary | 1001110 | 100011 | 1110011 | 100000 | 1000110 | 0 | 110111 | 100010000 | 110101 | 11101 |
Color Harmonies of #4E2373
Complementary color
Monochromatic Colors of #4E2373
Black with #4E2373
Text Example
Text Example
White with #4E2373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2373; }
p { color: rgb(78,35,115); }
H1.HeaderClassName
{
color: #4E2373;
}
.AnyTagClassName
{
color: #4E2373;
}
</style>
background-color css
<style>
a { background-color: #4E2373; }
a { background-color: rgb(78,35,115); }
div.DivClassName
{
background-color: #4E2373;
}
.BgClassName
{
background-color: #4E2373;
}
</style>
border-color css
<style>
span { border-color: #4E2373; }
span { border-color: rgb(78,35,115); }
td.TdClassName
{
border-color: #4E2373;
}
.TagClassName
{
border-color: #4E2373;
}
</style>