Shades of Blue Diamond #4D2173
Tints of Blue Diamond #4D2173
RGB
CMYK
RGB Variations
Color information
#4D2173 (or 0x4D2173) is known color: Blue Diamond. HEX triplet: 4D, 21 and 73. RGB value is (77,33,115). Sum of RGB (Red+Green+Blue) = 77+33+115=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D2173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2173 is #B2DE8C. Grayscale: #373737. Windows color (decimal): -11722381 or 7545165. OLE color: 7545165.
HSL color Cylindrical-coordinate representation of color #4D2173: hue angle of 272.2º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D2173 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 33 | 115 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.55 |
| HSL | 272.2º | 0.55% | 0.29% | - |
| HSV(B) | 272.2º | 0.71% | 0.45% | - |
| XYZ | 6.7 | 3.9 | 16.62 | - |
| YUV | 55.5 | 161.58 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 115 | 0.33 | 0.71 | 0 | 0.55 | 272.2 | 0.55 | 0.29 |
| Hex | 4D | 21 | 73 | 21 | 47 | 0 | 37 | 110 | 37 | 1D |
| Octal | 115 | 41 | 163 | 41 | 107 | 0 | 67 | 420 | 67 | 35 |
| Binary | 1001101 | 100001 | 1110011 | 100001 | 1000111 | 0 | 110111 | 100010000 | 110111 | 11101 |
Color Harmonies of #4D2173
Complementary color
Monochromatic Colors of #4D2173
Black with #4D2173
Text Example
Text Example
White with #4D2173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2173; }
p { color: rgb(77,33,115); }
H1.HeaderClassName
{
color: #4D2173;
}
.AnyTagClassName
{
color: #4D2173;
}
</style>
background-color css
<style>
a { background-color: #4D2173; }
a { background-color: rgb(77,33,115); }
div.DivClassName
{
background-color: #4D2173;
}
.BgClassName
{
background-color: #4D2173;
}
</style>
border-color css
<style>
span { border-color: #4D2173; }
span { border-color: rgb(77,33,115); }
td.TdClassName
{
border-color: #4D2173;
}
.TagClassName
{
border-color: #4D2173;
}
</style>