Shades of Blue Diamond #4D2F69
Tints of Blue Diamond #4D2F69
RGB
CMYK
RGB Variations
Color information
#4D2F69 (or 0x4D2F69) is known color: Blue Diamond. HEX triplet: 4D, 2F and 69. RGB value is (77,47,105). Sum of RGB (Red+Green+Blue) = 77+47+105=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D2F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2F69 is #B2D096. Grayscale: #3E3E3E. Windows color (decimal): -11718807 or 6893389. OLE color: 6893389.
HSL color Cylindrical-coordinate representation of color #4D2F69: hue angle of 271.03º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D2F69 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 47 | 105 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.59 |
| HSL | 271.03º | 0.38% | 0.3% | - |
| HSV(B) | 271.03º | 0.55% | 0.41% | - |
| XYZ | 6.63 | 4.63 | 13.91 | - |
| YUV | 62.58 | 151.94 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 47 | 105 | 0.27 | 0.55 | 0 | 0.59 | 271.03 | 0.38 | 0.3 |
| Hex | 4D | 2F | 69 | 1B | 37 | 0 | 3B | 10F | 26 | 1E |
| Octal | 115 | 57 | 151 | 33 | 67 | 0 | 73 | 417 | 46 | 36 |
| Binary | 1001101 | 101111 | 1101001 | 11011 | 110111 | 0 | 111011 | 100001111 | 100110 | 11110 |
Color Harmonies of #4D2F69
Complementary color
Monochromatic Colors of #4D2F69
Black with #4D2F69
Text Example
Text Example
White with #4D2F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2F69; }
p { color: rgb(77,47,105); }
H1.HeaderClassName
{
color: #4D2F69;
}
.AnyTagClassName
{
color: #4D2F69;
}
</style>
background-color css
<style>
a { background-color: #4D2F69; }
a { background-color: rgb(77,47,105); }
div.DivClassName
{
background-color: #4D2F69;
}
.BgClassName
{
background-color: #4D2F69;
}
</style>
border-color css
<style>
span { border-color: #4D2F69; }
span { border-color: rgb(77,47,105); }
td.TdClassName
{
border-color: #4D2F69;
}
.TagClassName
{
border-color: #4D2F69;
}
</style>