Shades of Blue Diamond #4D2569
Tints of Blue Diamond #4D2569
RGB
CMYK
RGB Variations
Color information
#4D2569 (or 0x4D2569) is known color: Blue Diamond. HEX triplet: 4D, 25 and 69. RGB value is (77,37,105). Sum of RGB (Red+Green+Blue) = 77+37+105=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D2569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2569 is #B2DA96. Grayscale: #383838. Windows color (decimal): -11721367 or 6890829. OLE color: 6890829.
HSL color Cylindrical-coordinate representation of color #4D2569: hue angle of 275.29º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D2569 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 37 | 105 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.59 |
| HSL | 275.29º | 0.48% | 0.28% | - |
| HSV(B) | 275.29º | 0.65% | 0.41% | - |
| XYZ | 6.27 | 3.92 | 13.79 | - |
| YUV | 56.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 105 | 0.27 | 0.65 | 0 | 0.59 | 275.29 | 0.48 | 0.28 |
| Hex | 4D | 25 | 69 | 1B | 41 | 0 | 3B | 113 | 30 | 1C |
| Octal | 115 | 45 | 151 | 33 | 101 | 0 | 73 | 423 | 60 | 34 |
| Binary | 1001101 | 100101 | 1101001 | 11011 | 1000001 | 0 | 111011 | 100010011 | 110000 | 11100 |
Color Harmonies of #4D2569
Complementary color
Monochromatic Colors of #4D2569
Black with #4D2569
Text Example
Text Example
White with #4D2569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2569; }
p { color: rgb(77,37,105); }
H1.HeaderClassName
{
color: #4D2569;
}
.AnyTagClassName
{
color: #4D2569;
}
</style>
background-color css
<style>
a { background-color: #4D2569; }
a { background-color: rgb(77,37,105); }
div.DivClassName
{
background-color: #4D2569;
}
.BgClassName
{
background-color: #4D2569;
}
</style>
border-color css
<style>
span { border-color: #4D2569; }
span { border-color: rgb(77,37,105); }
td.TdClassName
{
border-color: #4D2569;
}
.TagClassName
{
border-color: #4D2569;
}
</style>