Shades of Blue Diamond #4D2468
Tints of Blue Diamond #4D2468
RGB
CMYK
RGB Variations
Color information
#4D2468 (or 0x4D2468) is known color: Blue Diamond. HEX triplet: 4D, 24 and 68. RGB value is (77,36,104). Sum of RGB (Red+Green+Blue) = 77+36+104=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D2468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2468 is #B2DB97. Grayscale: #373737. Windows color (decimal): -11721624 or 6825037. OLE color: 6825037.
HSL color Cylindrical-coordinate representation of color #4D2468: hue angle of 276.18º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D2468 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 36 | 104 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.59 |
| HSL | 276.18º | 0.49% | 0.27% | - |
| HSV(B) | 276.18º | 0.65% | 0.41% | - |
| XYZ | 6.19 | 3.84 | 13.51 | - |
| YUV | 56.01 | 155.08 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 104 | 0.26 | 0.65 | 0 | 0.59 | 276.18 | 0.49 | 0.27 |
| Hex | 4D | 24 | 68 | 1A | 41 | 0 | 3B | 114 | 31 | 1B |
| Octal | 115 | 44 | 150 | 32 | 101 | 0 | 73 | 424 | 61 | 33 |
| Binary | 1001101 | 100100 | 1101000 | 11010 | 1000001 | 0 | 111011 | 100010100 | 110001 | 11011 |
Color Harmonies of #4D2468
Complementary color
Monochromatic Colors of #4D2468
Black with #4D2468
Text Example
Text Example
White with #4D2468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2468; }
p { color: rgb(77,36,104); }
H1.HeaderClassName
{
color: #4D2468;
}
.AnyTagClassName
{
color: #4D2468;
}
</style>
background-color css
<style>
a { background-color: #4D2468; }
a { background-color: rgb(77,36,104); }
div.DivClassName
{
background-color: #4D2468;
}
.BgClassName
{
background-color: #4D2468;
}
</style>
border-color css
<style>
span { border-color: #4D2468; }
span { border-color: rgb(77,36,104); }
td.TdClassName
{
border-color: #4D2468;
}
.TagClassName
{
border-color: #4D2468;
}
</style>