Shades of Blue Diamond #4D2277
Tints of Blue Diamond #4D2277
RGB
CMYK
RGB Variations
Color information
#4D2277 (or 0x4D2277) is known color: Blue Diamond. HEX triplet: 4D, 22 and 77. RGB value is (77,34,119). Sum of RGB (Red+Green+Blue) = 77+34+119=230 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.48% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D2277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2277 is #B2DD88. Grayscale: #383838. Windows color (decimal): -11722121 or 7807565. OLE color: 7807565.
HSL color Cylindrical-coordinate representation of color #4D2277: hue angle of 270.35º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D2277 is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 34 | 119 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.53 |
| HSL | 270.35º | 0.56% | 0.3% | - |
| HSV(B) | 270.35º | 0.71% | 0.47% | - |
| XYZ | 6.96 | 4.05 | 17.87 | - |
| YUV | 56.55 | 163.25 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 119 | 0.35 | 0.71 | 0 | 0.53 | 270.35 | 0.56 | 0.3 |
| Hex | 4D | 22 | 77 | 23 | 47 | 0 | 35 | 10E | 38 | 1E |
| Octal | 115 | 42 | 167 | 43 | 107 | 0 | 65 | 416 | 70 | 36 |
| Binary | 1001101 | 100010 | 1110111 | 100011 | 1000111 | 0 | 110101 | 100001110 | 111000 | 11110 |
Color Harmonies of #4D2277
Complementary color
Monochromatic Colors of #4D2277
Black with #4D2277
Text Example
Text Example
White with #4D2277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2277; }
p { color: rgb(77,34,119); }
H1.HeaderClassName
{
color: #4D2277;
}
.AnyTagClassName
{
color: #4D2277;
}
</style>
background-color css
<style>
a { background-color: #4D2277; }
a { background-color: rgb(77,34,119); }
div.DivClassName
{
background-color: #4D2277;
}
.BgClassName
{
background-color: #4D2277;
}
</style>
border-color css
<style>
span { border-color: #4D2277; }
span { border-color: rgb(77,34,119); }
td.TdClassName
{
border-color: #4D2277;
}
.TagClassName
{
border-color: #4D2277;
}
</style>