Shades of Blue Diamond #4D276E
Tints of Blue Diamond #4D276E
RGB
CMYK
RGB Variations
Color information
#4D276E (or 0x4D276E) is known color: Blue Diamond. HEX triplet: 4D, 27 and 6E. RGB value is (77,39,110). Sum of RGB (Red+Green+Blue) = 77+39+110=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D276E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D276E is #B2D891. Grayscale: #3A3A3A. Windows color (decimal): -11720850 or 7219021. OLE color: 7219021.
HSL color Cylindrical-coordinate representation of color #4D276E: hue angle of 272.11º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D276E is Cyan = 0.3, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 39 | 110 | - |
| CMYK | 0.3 | 0.65 | 0 | 0.57 |
| HSL | 272.11º | 0.48% | 0.29% | - |
| HSV(B) | 272.11º | 0.65% | 0.43% | - |
| XYZ | 6.6 | 4.15 | 15.21 | - |
| YUV | 58.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 110 | 0.3 | 0.65 | 0 | 0.57 | 272.11 | 0.48 | 0.29 |
| Hex | 4D | 27 | 6E | 1E | 41 | 0 | 39 | 110 | 30 | 1D |
| Octal | 115 | 47 | 156 | 36 | 101 | 0 | 71 | 420 | 60 | 35 |
| Binary | 1001101 | 100111 | 1101110 | 11110 | 1000001 | 0 | 111001 | 100010000 | 110000 | 11101 |
Color Harmonies of #4D276E
Complementary color
Monochromatic Colors of #4D276E
Black with #4D276E
Text Example
Text Example
White with #4D276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D276E; }
p { color: rgb(77,39,110); }
H1.HeaderClassName
{
color: #4D276E;
}
.AnyTagClassName
{
color: #4D276E;
}
</style>
background-color css
<style>
a { background-color: #4D276E; }
a { background-color: rgb(77,39,110); }
div.DivClassName
{
background-color: #4D276E;
}
.BgClassName
{
background-color: #4D276E;
}
</style>
border-color css
<style>
span { border-color: #4D276E; }
span { border-color: rgb(77,39,110); }
td.TdClassName
{
border-color: #4D276E;
}
.TagClassName
{
border-color: #4D276E;
}
</style>