Shades of Blue Diamond #4D2D66
Tints of Blue Diamond #4D2D66
RGB
CMYK
RGB Variations
Color information
#4D2D66 (or 0x4D2D66) is known color: Blue Diamond. HEX triplet: 4D, 2D and 66. RGB value is (77,45,102). Sum of RGB (Red+Green+Blue) = 77+45+102=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #4D2D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2D66 is #B2D299. Grayscale: #3C3C3C. Windows color (decimal): -11719322 or 6696269. OLE color: 6696269.
HSL color Cylindrical-coordinate representation of color #4D2D66: hue angle of 273.68º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D2D66 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 77 | 45 | 102 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.6 |
| HSL | 273.68º | 0.39% | 0.29% | - |
| HSV(B) | 273.68º | 0.56% | 0.4% | - |
| XYZ | 6.4 | 4.41 | 13.09 | - |
| YUV | 61.07 | 151.1 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 45 | 102 | 0.25 | 0.56 | 0 | 0.6 | 273.68 | 0.39 | 0.29 |
| Hex | 4D | 2D | 66 | 19 | 38 | 0 | 3C | 112 | 27 | 1D |
| Octal | 115 | 55 | 146 | 31 | 70 | 0 | 74 | 422 | 47 | 35 |
| Binary | 1001101 | 101101 | 1100110 | 11001 | 111000 | 0 | 111100 | 100010010 | 100111 | 11101 |
Color Harmonies of #4D2D66
Complementary color
Monochromatic Colors of #4D2D66
Black with #4D2D66
Text Example
Text Example
White with #4D2D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2D66; }
p { color: rgb(77,45,102); }
H1.HeaderClassName
{
color: #4D2D66;
}
.AnyTagClassName
{
color: #4D2D66;
}
</style>
background-color css
<style>
a { background-color: #4D2D66; }
a { background-color: rgb(77,45,102); }
div.DivClassName
{
background-color: #4D2D66;
}
.BgClassName
{
background-color: #4D2D66;
}
</style>
border-color css
<style>
span { border-color: #4D2D66; }
span { border-color: rgb(77,45,102); }
td.TdClassName
{
border-color: #4D2D66;
}
.TagClassName
{
border-color: #4D2D66;
}
</style>