Shades of Blue Diamond #4D3567
Tints of Blue Diamond #4D3567
RGB
CMYK
RGB Variations
Color information
#4D3567 (or 0x4D3567) is known color: Blue Diamond. HEX triplet: 4D, 35 and 67. RGB value is (77,53,103). Sum of RGB (Red+Green+Blue) = 77+53+103=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #4D3567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3567 is #B2CA98. Grayscale: #414141. Windows color (decimal): -11717273 or 6763853. OLE color: 6763853.
HSL color Cylindrical-coordinate representation of color #4D3567: hue angle of 268.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D3567 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 53 | 103 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.60 |
| HSL | 268.8º | 0.32% | 0.31% | - |
| HSV(B) | 268.8º | 0.49% | 0.4% | - |
| XYZ | 6.78 | 5.1 | 13.46 | - |
| YUV | 65.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 103 | 0.25 | 0.49 | 0 | 0.60 | 268.8 | 0.32 | 0.31 |
| Hex | 4D | 35 | 67 | 19 | 31 | 0 | 3C | 10D | 20 | 1F |
| Octal | 115 | 65 | 147 | 31 | 61 | 0 | 74 | 415 | 40 | 37 |
| Binary | 1001101 | 110101 | 1100111 | 11001 | 110001 | 0 | 111100 | 100001101 | 100000 | 11111 |
Color Harmonies of #4D3567
Complementary color
Monochromatic Colors of #4D3567
Black with #4D3567
Text Example
Text Example
White with #4D3567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3567; }
p { color: rgb(77,53,103); }
H1.HeaderClassName
{
color: #4D3567;
}
.AnyTagClassName
{
color: #4D3567;
}
</style>
background-color css
<style>
a { background-color: #4D3567; }
a { background-color: rgb(77,53,103); }
div.DivClassName
{
background-color: #4D3567;
}
.BgClassName
{
background-color: #4D3567;
}
</style>
border-color css
<style>
span { border-color: #4D3567; }
span { border-color: rgb(77,53,103); }
td.TdClassName
{
border-color: #4D3567;
}
.TagClassName
{
border-color: #4D3567;
}
</style>