Shades of Blue Diamond #4D1A6B
Tints of Blue Diamond #4D1A6B
RGB
CMYK
RGB Variations
Color information
#4D1A6B (or 0x4D1A6B) is known color: Blue Diamond. HEX triplet: 4D, 1A and 6B. RGB value is (77,26,107). Sum of RGB (Red+Green+Blue) = 77+26+107=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D1A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1A6B is #B2E594. Grayscale: #323232. Windows color (decimal): -11724181 or 7019085. OLE color: 7019085.
HSL color Cylindrical-coordinate representation of color #4D1A6B: hue angle of 277.78º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D1A6B is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 26 | 107 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.58 |
| HSL | 277.78º | 0.61% | 0.26% | - |
| HSV(B) | 277.78º | 0.76% | 0.42% | - |
| XYZ | 6.08 | 3.38 | 14.24 | - |
| YUV | 50.48 | 159.9 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 107 | 0.28 | 0.76 | 0 | 0.58 | 277.78 | 0.61 | 0.26 |
| Hex | 4D | 1A | 6B | 1C | 4C | 0 | 3A | 116 | 3D | 1A |
| Octal | 115 | 32 | 153 | 34 | 114 | 0 | 72 | 426 | 75 | 32 |
| Binary | 1001101 | 11010 | 1101011 | 11100 | 1001100 | 0 | 111010 | 100010110 | 111101 | 11010 |
Color Harmonies of #4D1A6B
Complementary color
Monochromatic Colors of #4D1A6B
Black with #4D1A6B
Text Example
Text Example
White with #4D1A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1A6B; }
p { color: rgb(77,26,107); }
H1.HeaderClassName
{
color: #4D1A6B;
}
.AnyTagClassName
{
color: #4D1A6B;
}
</style>
background-color css
<style>
a { background-color: #4D1A6B; }
a { background-color: rgb(77,26,107); }
div.DivClassName
{
background-color: #4D1A6B;
}
.BgClassName
{
background-color: #4D1A6B;
}
</style>
border-color css
<style>
span { border-color: #4D1A6B; }
span { border-color: rgb(77,26,107); }
td.TdClassName
{
border-color: #4D1A6B;
}
.TagClassName
{
border-color: #4D1A6B;
}
</style>