Shades of Blue Diamond #4D2969
Tints of Blue Diamond #4D2969
RGB
CMYK
RGB Variations
Color information
#4D2969 (or 0x4D2969) is known color: Blue Diamond. HEX triplet: 4D, 29 and 69. RGB value is (77,41,105). Sum of RGB (Red+Green+Blue) = 77+41+105=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D2969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2969 is #B2D696. Grayscale: #3A3A3A. Windows color (decimal): -11720343 or 6891853. OLE color: 6891853.
HSL color Cylindrical-coordinate representation of color #4D2969: hue angle of 273.75º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D2969 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 41 | 105 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.59 |
| HSL | 273.75º | 0.44% | 0.29% | - |
| HSV(B) | 273.75º | 0.61% | 0.41% | - |
| XYZ | 6.4 | 4.18 | 13.83 | - |
| YUV | 59.06 | 153.93 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 41 | 105 | 0.27 | 0.61 | 0 | 0.59 | 273.75 | 0.44 | 0.29 |
| Hex | 4D | 29 | 69 | 1B | 3D | 0 | 3B | 112 | 2C | 1D |
| Octal | 115 | 51 | 151 | 33 | 75 | 0 | 73 | 422 | 54 | 35 |
| Binary | 1001101 | 101001 | 1101001 | 11011 | 111101 | 0 | 111011 | 100010010 | 101100 | 11101 |
Color Harmonies of #4D2969
Complementary color
Monochromatic Colors of #4D2969
Black with #4D2969
Text Example
Text Example
White with #4D2969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2969; }
p { color: rgb(77,41,105); }
H1.HeaderClassName
{
color: #4D2969;
}
.AnyTagClassName
{
color: #4D2969;
}
</style>
background-color css
<style>
a { background-color: #4D2969; }
a { background-color: rgb(77,41,105); }
div.DivClassName
{
background-color: #4D2969;
}
.BgClassName
{
background-color: #4D2969;
}
</style>
border-color css
<style>
span { border-color: #4D2969; }
span { border-color: rgb(77,41,105); }
td.TdClassName
{
border-color: #4D2969;
}
.TagClassName
{
border-color: #4D2969;
}
</style>