Shades of Blue Diamond #4D286D
Tints of Blue Diamond #4D286D
RGB
CMYK
RGB Variations
Color information
#4D286D (or 0x4D286D) is known color: Blue Diamond. HEX triplet: 4D, 28 and 6D. RGB value is (77,40,109). Sum of RGB (Red+Green+Blue) = 77+40+109=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 40 (16.02% from 255 or 17.70% 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 #4D286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D286D is #B2D792. Grayscale: #3A3A3A. Windows color (decimal): -11720595 or 7153741. OLE color: 7153741.
HSL color Cylindrical-coordinate representation of color #4D286D: hue angle of 272.17º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D286D is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 40 | 109 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.57 |
| HSL | 272.17º | 0.46% | 0.29% | - |
| HSV(B) | 272.17º | 0.63% | 0.43% | - |
| XYZ | 6.58 | 4.2 | 14.93 | - |
| YUV | 58.93 | 156.26 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 109 | 0.29 | 0.63 | 0 | 0.57 | 272.17 | 0.46 | 0.29 |
| Hex | 4D | 28 | 6D | 1D | 3F | 0 | 39 | 110 | 2E | 1D |
| Octal | 115 | 50 | 155 | 35 | 77 | 0 | 71 | 420 | 56 | 35 |
| Binary | 1001101 | 101000 | 1101101 | 11101 | 111111 | 0 | 111001 | 100010000 | 101110 | 11101 |
Color Harmonies of #4D286D
Complementary color
Monochromatic Colors of #4D286D
Black with #4D286D
Text Example
Text Example
White with #4D286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D286D; }
p { color: rgb(77,40,109); }
H1.HeaderClassName
{
color: #4D286D;
}
.AnyTagClassName
{
color: #4D286D;
}
</style>
background-color css
<style>
a { background-color: #4D286D; }
a { background-color: rgb(77,40,109); }
div.DivClassName
{
background-color: #4D286D;
}
.BgClassName
{
background-color: #4D286D;
}
</style>
border-color css
<style>
span { border-color: #4D286D; }
span { border-color: rgb(77,40,109); }
td.TdClassName
{
border-color: #4D286D;
}
.TagClassName
{
border-color: #4D286D;
}
</style>