Shades of Blue Diamond #4E276D
Tints of Blue Diamond #4E276D
RGB
CMYK
RGB Variations
Color information
#4E276D (or 0x4E276D) is known color: Blue Diamond. HEX triplet: 4E, 27 and 6D. RGB value is (78,39,109). Sum of RGB (Red+Green+Blue) = 78+39+109=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E276D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E276D is #B1D892. Grayscale: #3A3A3A. Windows color (decimal): -11655315 or 7153486. OLE color: 7153486.
HSL color Cylindrical-coordinate representation of color #4E276D: hue angle of 273.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E276D is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 39 | 109 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.57 |
| HSL | 273.43º | 0.47% | 0.29% | - |
| HSV(B) | 273.43º | 0.64% | 0.43% | - |
| XYZ | 6.63 | 4.17 | 14.92 | - |
| YUV | 58.64 | 156.42 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 39 | 109 | 0.28 | 0.64 | 0 | 0.57 | 273.43 | 0.47 | 0.29 |
| Hex | 4E | 27 | 6D | 1C | 40 | 0 | 39 | 111 | 2F | 1D |
| Octal | 116 | 47 | 155 | 34 | 100 | 0 | 71 | 421 | 57 | 35 |
| Binary | 1001110 | 100111 | 1101101 | 11100 | 1000000 | 0 | 111001 | 100010001 | 101111 | 11101 |
Color Harmonies of #4E276D
Complementary color
Monochromatic Colors of #4E276D
Black with #4E276D
Text Example
Text Example
White with #4E276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E276D; }
p { color: rgb(78,39,109); }
H1.HeaderClassName
{
color: #4E276D;
}
.AnyTagClassName
{
color: #4E276D;
}
</style>
background-color css
<style>
a { background-color: #4E276D; }
a { background-color: rgb(78,39,109); }
div.DivClassName
{
background-color: #4E276D;
}
.BgClassName
{
background-color: #4E276D;
}
</style>
border-color css
<style>
span { border-color: #4E276D; }
span { border-color: rgb(78,39,109); }
td.TdClassName
{
border-color: #4E276D;
}
.TagClassName
{
border-color: #4E276D;
}
</style>