Shades of Blue Diamond #4D3366
Tints of Blue Diamond #4D3366
RGB
CMYK
RGB Variations
Color information
#4D3366 (or 0x4D3366) is known color: Blue Diamond. HEX triplet: 4D, 33 and 66. RGB value is (77,51,102). Sum of RGB (Red+Green+Blue) = 77+51+102=230 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.48% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 102 - color contains mainly: blue. Hex color #4D3366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3366 is #B2CC99. Grayscale: #404040. Windows color (decimal): -11717786 or 6697805. OLE color: 6697805.
HSL color Cylindrical-coordinate representation of color #4D3366: hue angle of 270.59º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D3366 is Cyan = 0.25, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
RGB | 77 | 51 | 102 | - |
CMYK | 0.25 | 0.5 | 0 | 0.6 |
HSL | 270.59º | 0.33% | 0.3% | - |
HSV(B) | 270.59º | 0.5% | 0.4% | - |
XYZ | 6.64 | 4.9 | 13.17 | - |
YUV | 64.59 | 149.11 | 136.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 51 | 102 | 0.25 | 0.5 | 0 | 0.6 | 270.59 | 0.33 | 0.3 |
Hex | 4D | 33 | 66 | 19 | 32 | 0 | 3C | 10F | 21 | 1E |
Octal | 115 | 63 | 146 | 31 | 62 | 0 | 74 | 417 | 41 | 36 |
Binary | 1001101 | 110011 | 1100110 | 11001 | 110010 | 0 | 111100 | 100001111 | 100001 | 11110 |
Color Harmonies of #4D3366
Complementary color
Monochromatic Colors of #4D3366
Black with #4D3366
Text Example
Text Example
White with #4D3366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3366; }
p { color: rgb(77,51,102); }
H1.HeaderClassName
{
color: #4D3366;
}
.AnyTagClassName
{
color: #4D3366;
}
</style>
background-color css
<style>
a { background-color: #4D3366; }
a { background-color: rgb(77,51,102); }
div.DivClassName
{
background-color: #4D3366;
}
.BgClassName
{
background-color: #4D3366;
}
</style>
border-color css
<style>
span { border-color: #4D3366; }
span { border-color: rgb(77,51,102); }
td.TdClassName
{
border-color: #4D3366;
}
.TagClassName
{
border-color: #4D3366;
}
</style>