Shades of Blue Diamond #4D276B
Tints of Blue Diamond #4D276B
RGB
CMYK
RGB Variations
Color information
#4D276B (or 0x4D276B) is known color: Blue Diamond. HEX triplet: 4D, 27 and 6B. RGB value is (77,39,107). Sum of RGB (Red+Green+Blue) = 77+39+107=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D276B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D276B is #B2D894. Grayscale: #393939. Windows color (decimal): -11720853 or 7022413. OLE color: 7022413.
HSL color Cylindrical-coordinate representation of color #4D276B: hue angle of 273.53º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D276B is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 39 | 107 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.58 |
| HSL | 273.53º | 0.47% | 0.29% | - |
| HSV(B) | 273.53º | 0.64% | 0.42% | - |
| XYZ | 6.44 | 4.09 | 14.36 | - |
| YUV | 58.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 107 | 0.28 | 0.64 | 0 | 0.58 | 273.53 | 0.47 | 0.29 |
| Hex | 4D | 27 | 6B | 1C | 40 | 0 | 3A | 112 | 2F | 1D |
| Octal | 115 | 47 | 153 | 34 | 100 | 0 | 72 | 422 | 57 | 35 |
| Binary | 1001101 | 100111 | 1101011 | 11100 | 1000000 | 0 | 111010 | 100010010 | 101111 | 11101 |
Color Harmonies of #4D276B
Complementary color
Monochromatic Colors of #4D276B
Black with #4D276B
Text Example
Text Example
White with #4D276B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D276B; }
p { color: rgb(77,39,107); }
H1.HeaderClassName
{
color: #4D276B;
}
.AnyTagClassName
{
color: #4D276B;
}
</style>
background-color css
<style>
a { background-color: #4D276B; }
a { background-color: rgb(77,39,107); }
div.DivClassName
{
background-color: #4D276B;
}
.BgClassName
{
background-color: #4D276B;
}
</style>
border-color css
<style>
span { border-color: #4D276B; }
span { border-color: rgb(77,39,107); }
td.TdClassName
{
border-color: #4D276B;
}
.TagClassName
{
border-color: #4D276B;
}
</style>