Shades of Blue Diamond #4D187A
Tints of Blue Diamond #4D187A
RGB
CMYK
RGB Variations
Color information
#4D187A (or 0x4D187A) is known color: Blue Diamond. HEX triplet: 4D, 18 and 7A. RGB value is (77,24,122). Sum of RGB (Red+Green+Blue) = 77+24+122=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D187A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D187A is #B2E785. Grayscale: #323232. Windows color (decimal): -11724678 or 8001613. OLE color: 8001613.
HSL color Cylindrical-coordinate representation of color #4D187A: hue angle of 272.45º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D187A is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 24 | 122 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.52 |
| HSL | 272.45º | 0.67% | 0.29% | - |
| HSV(B) | 272.45º | 0.8% | 0.48% | - |
| XYZ | 6.9 | 3.64 | 18.75 | - |
| YUV | 51.02 | 168.06 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 122 | 0.37 | 0.80 | 0 | 0.52 | 272.45 | 0.67 | 0.29 |
| Hex | 4D | 18 | 7A | 25 | 50 | 0 | 34 | 110 | 43 | 1D |
| Octal | 115 | 30 | 172 | 45 | 120 | 0 | 64 | 420 | 103 | 35 |
| Binary | 1001101 | 11000 | 1111010 | 100101 | 1010000 | 0 | 110100 | 100010000 | 1000011 | 11101 |
Color Harmonies of #4D187A
Complementary color
Monochromatic Colors of #4D187A
Black with #4D187A
Text Example
Text Example
White with #4D187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D187A; }
p { color: rgb(77,24,122); }
H1.HeaderClassName
{
color: #4D187A;
}
.AnyTagClassName
{
color: #4D187A;
}
</style>
background-color css
<style>
a { background-color: #4D187A; }
a { background-color: rgb(77,24,122); }
div.DivClassName
{
background-color: #4D187A;
}
.BgClassName
{
background-color: #4D187A;
}
</style>
border-color css
<style>
span { border-color: #4D187A; }
span { border-color: rgb(77,24,122); }
td.TdClassName
{
border-color: #4D187A;
}
.TagClassName
{
border-color: #4D187A;
}
</style>