Shades of Blue Diamond #4D1B6D
Tints of Blue Diamond #4D1B6D
RGB
CMYK
RGB Variations
Color information
#4D1B6D (or 0x4D1B6D) is known color: Blue Diamond. HEX triplet: 4D, 1B and 6D. RGB value is (77,27,109). Sum of RGB (Red+Green+Blue) = 77+27+109=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D1B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1B6D is #B2E492. Grayscale: #333333. Windows color (decimal): -11723923 or 7150413. OLE color: 7150413.
HSL color Cylindrical-coordinate representation of color #4D1B6D: hue angle of 276.59º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D1B6D is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 27 | 109 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.57 |
| HSL | 276.59º | 0.6% | 0.27% | - |
| HSV(B) | 276.59º | 0.75% | 0.43% | - |
| XYZ | 6.21 | 3.47 | 14.81 | - |
| YUV | 51.3 | 160.57 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 109 | 0.29 | 0.75 | 0 | 0.57 | 276.59 | 0.6 | 0.27 |
| Hex | 4D | 1B | 6D | 1D | 4B | 0 | 39 | 115 | 3C | 1B |
| Octal | 115 | 33 | 155 | 35 | 113 | 0 | 71 | 425 | 74 | 33 |
| Binary | 1001101 | 11011 | 1101101 | 11101 | 1001011 | 0 | 111001 | 100010101 | 111100 | 11011 |
Color Harmonies of #4D1B6D
Complementary color
Monochromatic Colors of #4D1B6D
Black with #4D1B6D
Text Example
Text Example
White with #4D1B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1B6D; }
p { color: rgb(77,27,109); }
H1.HeaderClassName
{
color: #4D1B6D;
}
.AnyTagClassName
{
color: #4D1B6D;
}
</style>
background-color css
<style>
a { background-color: #4D1B6D; }
a { background-color: rgb(77,27,109); }
div.DivClassName
{
background-color: #4D1B6D;
}
.BgClassName
{
background-color: #4D1B6D;
}
</style>
border-color css
<style>
span { border-color: #4D1B6D; }
span { border-color: rgb(77,27,109); }
td.TdClassName
{
border-color: #4D1B6D;
}
.TagClassName
{
border-color: #4D1B6D;
}
</style>