Shades of Blue Diamond #4D286B
Tints of Blue Diamond #4D286B
RGB
CMYK
RGB Variations
Color information
#4D286B (or 0x4D286B) is known color: Blue Diamond. HEX triplet: 4D, 28 and 6B. RGB value is (77,40,107). Sum of RGB (Red+Green+Blue) = 77+40+107=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D286B is #B2D794. Grayscale: #3A3A3A. Windows color (decimal): -11720597 or 7022669. OLE color: 7022669.
HSL color Cylindrical-coordinate representation of color #4D286B: hue angle of 273.13º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D286B is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 40 | 107 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.58 |
| HSL | 273.13º | 0.46% | 0.29% | - |
| HSV(B) | 273.13º | 0.63% | 0.42% | - |
| XYZ | 6.47 | 4.16 | 14.37 | - |
| YUV | 58.7 | 155.26 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 107 | 0.28 | 0.63 | 0 | 0.58 | 273.13 | 0.46 | 0.29 |
| Hex | 4D | 28 | 6B | 1C | 3F | 0 | 3A | 111 | 2E | 1D |
| Octal | 115 | 50 | 153 | 34 | 77 | 0 | 72 | 421 | 56 | 35 |
| Binary | 1001101 | 101000 | 1101011 | 11100 | 111111 | 0 | 111010 | 100010001 | 101110 | 11101 |
Color Harmonies of #4D286B
Complementary color
Monochromatic Colors of #4D286B
Black with #4D286B
Text Example
Text Example
White with #4D286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D286B; }
p { color: rgb(77,40,107); }
H1.HeaderClassName
{
color: #4D286B;
}
.AnyTagClassName
{
color: #4D286B;
}
</style>
background-color css
<style>
a { background-color: #4D286B; }
a { background-color: rgb(77,40,107); }
div.DivClassName
{
background-color: #4D286B;
}
.BgClassName
{
background-color: #4D286B;
}
</style>
border-color css
<style>
span { border-color: #4D286B; }
span { border-color: rgb(77,40,107); }
td.TdClassName
{
border-color: #4D286B;
}
.TagClassName
{
border-color: #4D286B;
}
</style>