Shades of Blue Diamond #4E1F70
Tints of Blue Diamond #4E1F70
RGB
CMYK
RGB Variations
Color information
#4E1F70 (or 0x4E1F70) is known color: Blue Diamond. HEX triplet: 4E, 1F and 70. RGB value is (78,31,112). Sum of RGB (Red+Green+Blue) = 78+31+112=221 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.29% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E1F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E1F70 is #B1E08F. Grayscale: #363636. Windows color (decimal): -11657360 or 7348046. OLE color: 7348046.
HSL color Cylindrical-coordinate representation of color #4E1F70: hue angle of 274.81º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E1F70 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 31 | 112 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.56 |
| HSL | 274.81º | 0.57% | 0.28% | - |
| HSV(B) | 274.81º | 0.72% | 0.44% | - |
| XYZ | 6.56 | 3.77 | 15.71 | - |
| YUV | 54.29 | 160.57 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 31 | 112 | 0.30 | 0.72 | 0 | 0.56 | 274.81 | 0.57 | 0.28 |
| Hex | 4E | 1F | 70 | 1E | 48 | 0 | 38 | 113 | 39 | 1C |
| Octal | 116 | 37 | 160 | 36 | 110 | 0 | 70 | 423 | 71 | 34 |
| Binary | 1001110 | 11111 | 1110000 | 11110 | 1001000 | 0 | 111000 | 100010011 | 111001 | 11100 |
Color Harmonies of #4E1F70
Complementary color
Monochromatic Colors of #4E1F70
Black with #4E1F70
Text Example
Text Example
White with #4E1F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1F70; }
p { color: rgb(78,31,112); }
H1.HeaderClassName
{
color: #4E1F70;
}
.AnyTagClassName
{
color: #4E1F70;
}
</style>
background-color css
<style>
a { background-color: #4E1F70; }
a { background-color: rgb(78,31,112); }
div.DivClassName
{
background-color: #4E1F70;
}
.BgClassName
{
background-color: #4E1F70;
}
</style>
border-color css
<style>
span { border-color: #4E1F70; }
span { border-color: rgb(78,31,112); }
td.TdClassName
{
border-color: #4E1F70;
}
.TagClassName
{
border-color: #4E1F70;
}
</style>