Shades of Blue Diamond #4E2E67
Tints of Blue Diamond #4E2E67
RGB
CMYK
RGB Variations
Color information
#4E2E67 (or 0x4E2E67) is known color: Blue Diamond. HEX triplet: 4E, 2E and 67. RGB value is (78,46,103). Sum of RGB (Red+Green+Blue) = 78+46+103=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #4E2E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2E67 is #B1D198. Grayscale: #3D3D3D. Windows color (decimal): -11653529 or 6762062. OLE color: 6762062.
HSL color Cylindrical-coordinate representation of color #4E2E67: hue angle of 273.68º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E2E67 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 46 | 103 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.60 |
| HSL | 273.68º | 0.38% | 0.29% | - |
| HSV(B) | 273.68º | 0.55% | 0.4% | - |
| XYZ | 6.57 | 4.55 | 13.36 | - |
| YUV | 62.07 | 151.1 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 46 | 103 | 0.24 | 0.55 | 0 | 0.60 | 273.68 | 0.38 | 0.29 |
| Hex | 4E | 2E | 67 | 18 | 37 | 0 | 3C | 112 | 26 | 1D |
| Octal | 116 | 56 | 147 | 30 | 67 | 0 | 74 | 422 | 46 | 35 |
| Binary | 1001110 | 101110 | 1100111 | 11000 | 110111 | 0 | 111100 | 100010010 | 100110 | 11101 |
Color Harmonies of #4E2E67
Complementary color
Monochromatic Colors of #4E2E67
Black with #4E2E67
Text Example
Text Example
White with #4E2E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2E67; }
p { color: rgb(78,46,103); }
H1.HeaderClassName
{
color: #4E2E67;
}
.AnyTagClassName
{
color: #4E2E67;
}
</style>
background-color css
<style>
a { background-color: #4E2E67; }
a { background-color: rgb(78,46,103); }
div.DivClassName
{
background-color: #4E2E67;
}
.BgClassName
{
background-color: #4E2E67;
}
</style>
border-color css
<style>
span { border-color: #4E2E67; }
span { border-color: rgb(78,46,103); }
td.TdClassName
{
border-color: #4E2E67;
}
.TagClassName
{
border-color: #4E2E67;
}
</style>