Shades of Blue Diamond #4E276B
Tints of Blue Diamond #4E276B
RGB
CMYK
RGB Variations
Color information
#4E276B (or 0x4E276B) is known color: Blue Diamond. HEX triplet: 4E, 27 and 6B. RGB value is (78,39,107). Sum of RGB (Red+Green+Blue) = 78+39+107=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E276B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E276B is #B1D894. Grayscale: #3A3A3A. Windows color (decimal): -11655317 or 7022414. OLE color: 7022414.
HSL color Cylindrical-coordinate representation of color #4E276B: hue angle of 274.41º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E276B is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 39 | 107 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.58 |
| HSL | 274.41º | 0.47% | 0.29% | - |
| HSV(B) | 274.41º | 0.64% | 0.42% | - |
| XYZ | 6.52 | 4.13 | 14.36 | - |
| YUV | 58.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 39 | 107 | 0.27 | 0.64 | 0 | 0.58 | 274.41 | 0.47 | 0.29 |
| Hex | 4E | 27 | 6B | 1B | 40 | 0 | 3A | 112 | 2F | 1D |
| Octal | 116 | 47 | 153 | 33 | 100 | 0 | 72 | 422 | 57 | 35 |
| Binary | 1001110 | 100111 | 1101011 | 11011 | 1000000 | 0 | 111010 | 100010010 | 101111 | 11101 |
Color Harmonies of #4E276B
Complementary color
Monochromatic Colors of #4E276B
Black with #4E276B
Text Example
Text Example
White with #4E276B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E276B; }
p { color: rgb(78,39,107); }
H1.HeaderClassName
{
color: #4E276B;
}
.AnyTagClassName
{
color: #4E276B;
}
</style>
background-color css
<style>
a { background-color: #4E276B; }
a { background-color: rgb(78,39,107); }
div.DivClassName
{
background-color: #4E276B;
}
.BgClassName
{
background-color: #4E276B;
}
</style>
border-color css
<style>
span { border-color: #4E276B; }
span { border-color: rgb(78,39,107); }
td.TdClassName
{
border-color: #4E276B;
}
.TagClassName
{
border-color: #4E276B;
}
</style>