Shades of Blue Diamond #4D187B
Tints of Blue Diamond #4D187B
RGB
CMYK
RGB Variations
Color information
#4D187B (or 0x4D187B) is known color: Blue Diamond. HEX triplet: 4D, 18 and 7B. RGB value is (77,24,123). Sum of RGB (Red+Green+Blue) = 77+24+123=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D187B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D187B is #B2E784. Grayscale: #323232. Windows color (decimal): -11724677 or 8067149. OLE color: 8067149.
HSL color Cylindrical-coordinate representation of color #4D187B: hue angle of 272.12º 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 #4D187B is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 24 | 123 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.52 |
| HSL | 272.12º | 0.67% | 0.29% | - |
| HSV(B) | 272.12º | 0.8% | 0.48% | - |
| XYZ | 6.96 | 3.66 | 19.08 | - |
| YUV | 51.13 | 168.56 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 123 | 0.37 | 0.80 | 0 | 0.52 | 272.12 | 0.67 | 0.29 |
| Hex | 4D | 18 | 7B | 25 | 50 | 0 | 34 | 110 | 43 | 1D |
| Octal | 115 | 30 | 173 | 45 | 120 | 0 | 64 | 420 | 103 | 35 |
| Binary | 1001101 | 11000 | 1111011 | 100101 | 1010000 | 0 | 110100 | 100010000 | 1000011 | 11101 |
Color Harmonies of #4D187B
Complementary color
Monochromatic Colors of #4D187B
Black with #4D187B
Text Example
Text Example
White with #4D187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D187B; }
p { color: rgb(77,24,123); }
H1.HeaderClassName
{
color: #4D187B;
}
.AnyTagClassName
{
color: #4D187B;
}
</style>
background-color css
<style>
a { background-color: #4D187B; }
a { background-color: rgb(77,24,123); }
div.DivClassName
{
background-color: #4D187B;
}
.BgClassName
{
background-color: #4D187B;
}
</style>
border-color css
<style>
span { border-color: #4D187B; }
span { border-color: rgb(77,24,123); }
td.TdClassName
{
border-color: #4D187B;
}
.TagClassName
{
border-color: #4D187B;
}
</style>