Shades of Blue Diamond #4D2E65
Tints of Blue Diamond #4D2E65
RGB
CMYK
RGB Variations
Color information
#4D2E65 (or 0x4D2E65) is known color: Blue Diamond. HEX triplet: 4D, 2E and 65. RGB value is (77,46,101). Sum of RGB (Red+Green+Blue) = 77+46+101=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #4D2E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2E65 is #B2D19A. Grayscale: #3D3D3D. Windows color (decimal): -11719067 or 6630989. OLE color: 6630989.
HSL color Cylindrical-coordinate representation of color #4D2E65: hue angle of 273.82º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D2E65 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 46 | 101 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.60 |
| HSL | 273.82º | 0.37% | 0.29% | - |
| HSV(B) | 273.82º | 0.54% | 0.4% | - |
| XYZ | 6.39 | 4.47 | 12.84 | - |
| YUV | 61.54 | 150.27 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 46 | 101 | 0.24 | 0.54 | 0 | 0.60 | 273.82 | 0.37 | 0.29 |
| Hex | 4D | 2E | 65 | 18 | 36 | 0 | 3C | 112 | 25 | 1D |
| Octal | 115 | 56 | 145 | 30 | 66 | 0 | 74 | 422 | 45 | 35 |
| Binary | 1001101 | 101110 | 1100101 | 11000 | 110110 | 0 | 111100 | 100010010 | 100101 | 11101 |
Color Harmonies of #4D2E65
Complementary color
Monochromatic Colors of #4D2E65
Black with #4D2E65
Text Example
Text Example
White with #4D2E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2E65; }
p { color: rgb(77,46,101); }
H1.HeaderClassName
{
color: #4D2E65;
}
.AnyTagClassName
{
color: #4D2E65;
}
</style>
background-color css
<style>
a { background-color: #4D2E65; }
a { background-color: rgb(77,46,101); }
div.DivClassName
{
background-color: #4D2E65;
}
.BgClassName
{
background-color: #4D2E65;
}
</style>
border-color css
<style>
span { border-color: #4D2E65; }
span { border-color: rgb(77,46,101); }
td.TdClassName
{
border-color: #4D2E65;
}
.TagClassName
{
border-color: #4D2E65;
}
</style>