Shades of Blue Diamond #4D2878
Tints of Blue Diamond #4D2878
RGB
CMYK
RGB Variations
Color information
#4D2878 (or 0x4D2878) is known color: Blue Diamond. HEX triplet: 4D, 28 and 78. RGB value is (77,40,120). Sum of RGB (Red+Green+Blue) = 77+40+120=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D2878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2878 is #B2D787. Grayscale: #3B3B3B. Windows color (decimal): -11720584 or 7874637. OLE color: 7874637.
HSL color Cylindrical-coordinate representation of color #4D2878: hue angle of 267.75º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D2878 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 40 | 120 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.53 |
| HSL | 267.75º | 0.5% | 0.31% | - |
| HSV(B) | 267.75º | 0.67% | 0.47% | - |
| XYZ | 7.21 | 4.45 | 18.25 | - |
| YUV | 60.18 | 161.76 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 120 | 0.36 | 0.67 | 0 | 0.53 | 267.75 | 0.5 | 0.31 |
| Hex | 4D | 28 | 78 | 24 | 43 | 0 | 35 | 10C | 32 | 1F |
| Octal | 115 | 50 | 170 | 44 | 103 | 0 | 65 | 414 | 62 | 37 |
| Binary | 1001101 | 101000 | 1111000 | 100100 | 1000011 | 0 | 110101 | 100001100 | 110010 | 11111 |
Color Harmonies of #4D2878
Complementary color
Monochromatic Colors of #4D2878
Black with #4D2878
Text Example
Text Example
White with #4D2878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2878; }
p { color: rgb(77,40,120); }
H1.HeaderClassName
{
color: #4D2878;
}
.AnyTagClassName
{
color: #4D2878;
}
</style>
background-color css
<style>
a { background-color: #4D2878; }
a { background-color: rgb(77,40,120); }
div.DivClassName
{
background-color: #4D2878;
}
.BgClassName
{
background-color: #4D2878;
}
</style>
border-color css
<style>
span { border-color: #4D2878; }
span { border-color: rgb(77,40,120); }
td.TdClassName
{
border-color: #4D2878;
}
.TagClassName
{
border-color: #4D2878;
}
</style>