Shades of Blue Diamond #4D3369
Tints of Blue Diamond #4D3369
RGB
CMYK
RGB Variations
Color information
#4D3369 (or 0x4D3369) is known color: Blue Diamond. HEX triplet: 4D, 33 and 69. RGB value is (77,51,105). Sum of RGB (Red+Green+Blue) = 77+51+105=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D3369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3369 is #B2CC96. Grayscale: #404040. Windows color (decimal): -11717783 or 6894413. OLE color: 6894413.
HSL color Cylindrical-coordinate representation of color #4D3369: hue angle of 268.89º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D3369 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 51 | 105 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.59 |
| HSL | 268.89º | 0.35% | 0.31% | - |
| HSV(B) | 268.89º | 0.51% | 0.41% | - |
| XYZ | 6.79 | 4.97 | 13.96 | - |
| YUV | 64.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 105 | 0.27 | 0.51 | 0 | 0.59 | 268.89 | 0.35 | 0.31 |
| Hex | 4D | 33 | 69 | 1B | 33 | 0 | 3B | 10D | 23 | 1F |
| Octal | 115 | 63 | 151 | 33 | 63 | 0 | 73 | 415 | 43 | 37 |
| Binary | 1001101 | 110011 | 1101001 | 11011 | 110011 | 0 | 111011 | 100001101 | 100011 | 11111 |
Color Harmonies of #4D3369
Complementary color
Monochromatic Colors of #4D3369
Black with #4D3369
Text Example
Text Example
White with #4D3369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3369; }
p { color: rgb(77,51,105); }
H1.HeaderClassName
{
color: #4D3369;
}
.AnyTagClassName
{
color: #4D3369;
}
</style>
background-color css
<style>
a { background-color: #4D3369; }
a { background-color: rgb(77,51,105); }
div.DivClassName
{
background-color: #4D3369;
}
.BgClassName
{
background-color: #4D3369;
}
</style>
border-color css
<style>
span { border-color: #4D3369; }
span { border-color: rgb(77,51,105); }
td.TdClassName
{
border-color: #4D3369;
}
.TagClassName
{
border-color: #4D3369;
}
</style>