Shades of Blue Diamond #4D286E
Tints of Blue Diamond #4D286E
RGB
CMYK
RGB Variations
Color information
#4D286E (or 0x4D286E) is known color: Blue Diamond. HEX triplet: 4D, 28 and 6E. RGB value is (77,40,110). Sum of RGB (Red+Green+Blue) = 77+40+110=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D286E is #B2D791. Grayscale: #3A3A3A. Windows color (decimal): -11720594 or 7219277. OLE color: 7219277.
HSL color Cylindrical-coordinate representation of color #4D286E: hue angle of 271.71º 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 #4D286E is Cyan = 0.3, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 40 | 110 | - |
| CMYK | 0.3 | 0.64 | 0 | 0.57 |
| HSL | 271.71º | 0.47% | 0.29% | - |
| HSV(B) | 271.71º | 0.64% | 0.43% | - |
| XYZ | 6.63 | 4.22 | 15.22 | - |
| YUV | 59.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 110 | 0.3 | 0.64 | 0 | 0.57 | 271.71 | 0.47 | 0.29 |
| Hex | 4D | 28 | 6E | 1E | 40 | 0 | 39 | 110 | 2F | 1D |
| Octal | 115 | 50 | 156 | 36 | 100 | 0 | 71 | 420 | 57 | 35 |
| Binary | 1001101 | 101000 | 1101110 | 11110 | 1000000 | 0 | 111001 | 100010000 | 101111 | 11101 |
Color Harmonies of #4D286E
Complementary color
Monochromatic Colors of #4D286E
Black with #4D286E
Text Example
Text Example
White with #4D286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D286E; }
p { color: rgb(77,40,110); }
H1.HeaderClassName
{
color: #4D286E;
}
.AnyTagClassName
{
color: #4D286E;
}
</style>
background-color css
<style>
a { background-color: #4D286E; }
a { background-color: rgb(77,40,110); }
div.DivClassName
{
background-color: #4D286E;
}
.BgClassName
{
background-color: #4D286E;
}
</style>
border-color css
<style>
span { border-color: #4D286E; }
span { border-color: rgb(77,40,110); }
td.TdClassName
{
border-color: #4D286E;
}
.TagClassName
{
border-color: #4D286E;
}
</style>