Shades of Blue Diamond #4D2575
Tints of Blue Diamond #4D2575
RGB
CMYK
RGB Variations
Color information
#4D2575 (or 0x4D2575) is known color: Blue Diamond. HEX triplet: 4D, 25 and 75. RGB value is (77,37,117). Sum of RGB (Red+Green+Blue) = 77+37+117=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #4D2575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2575 is #B2DA8A. Grayscale: #393939. Windows color (decimal): -11721355 or 7677261. OLE color: 7677261.
HSL color Cylindrical-coordinate representation of color #4D2575: hue angle of 270º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D2575 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 37 | 117 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.54 |
| HSL | 270º | 0.52% | 0.3% | - |
| HSV(B) | 270º | 0.68% | 0.46% | - |
| XYZ | 6.93 | 4.19 | 17.27 | - |
| YUV | 58.08 | 161.25 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 117 | 0.34 | 0.68 | 0 | 0.54 | 270 | 0.52 | 0.3 |
| Hex | 4D | 25 | 75 | 22 | 44 | 0 | 36 | 10E | 34 | 1E |
| Octal | 115 | 45 | 165 | 42 | 104 | 0 | 66 | 416 | 64 | 36 |
| Binary | 1001101 | 100101 | 1110101 | 100010 | 1000100 | 0 | 110110 | 100001110 | 110100 | 11110 |
Color Harmonies of #4D2575
Complementary color
Monochromatic Colors of #4D2575
Black with #4D2575
Text Example
Text Example
White with #4D2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2575; }
p { color: rgb(77,37,117); }
H1.HeaderClassName
{
color: #4D2575;
}
.AnyTagClassName
{
color: #4D2575;
}
</style>
background-color css
<style>
a { background-color: #4D2575; }
a { background-color: rgb(77,37,117); }
div.DivClassName
{
background-color: #4D2575;
}
.BgClassName
{
background-color: #4D2575;
}
</style>
border-color css
<style>
span { border-color: #4D2575; }
span { border-color: rgb(77,37,117); }
td.TdClassName
{
border-color: #4D2575;
}
.TagClassName
{
border-color: #4D2575;
}
</style>