Shades of Blue Diamond #4D2B6C
Tints of Blue Diamond #4D2B6C
RGB
CMYK
RGB Variations
Color information
#4D2B6C (or 0x4D2B6C) is known color: Blue Diamond. HEX triplet: 4D, 2B and 6C. RGB value is (77,43,108). Sum of RGB (Red+Green+Blue) = 77+43+108=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D2B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2B6C is #B2D493. Grayscale: #3C3C3C. Windows color (decimal): -11719828 or 7088973. OLE color: 7088973.
HSL color Cylindrical-coordinate representation of color #4D2B6C: hue angle of 271.38º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D2B6C is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 43 | 108 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.58 |
| HSL | 271.38º | 0.43% | 0.3% | - |
| HSV(B) | 271.38º | 0.6% | 0.42% | - |
| XYZ | 6.63 | 4.39 | 14.68 | - |
| YUV | 60.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 108 | 0.29 | 0.60 | 0 | 0.58 | 271.38 | 0.43 | 0.3 |
| Hex | 4D | 2B | 6C | 1D | 3C | 0 | 3A | 10F | 2B | 1E |
| Octal | 115 | 53 | 154 | 35 | 74 | 0 | 72 | 417 | 53 | 36 |
| Binary | 1001101 | 101011 | 1101100 | 11101 | 111100 | 0 | 111010 | 100001111 | 101011 | 11110 |
Color Harmonies of #4D2B6C
Complementary color
Monochromatic Colors of #4D2B6C
Black with #4D2B6C
Text Example
Text Example
White with #4D2B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2B6C; }
p { color: rgb(77,43,108); }
H1.HeaderClassName
{
color: #4D2B6C;
}
.AnyTagClassName
{
color: #4D2B6C;
}
</style>
background-color css
<style>
a { background-color: #4D2B6C; }
a { background-color: rgb(77,43,108); }
div.DivClassName
{
background-color: #4D2B6C;
}
.BgClassName
{
background-color: #4D2B6C;
}
</style>
border-color css
<style>
span { border-color: #4D2B6C; }
span { border-color: rgb(77,43,108); }
td.TdClassName
{
border-color: #4D2B6C;
}
.TagClassName
{
border-color: #4D2B6C;
}
</style>