Shades of Blue Diamond #4D3067
Tints of Blue Diamond #4D3067
RGB
CMYK
RGB Variations
Color information
#4D3067 (or 0x4D3067) is known color: Blue Diamond. HEX triplet: 4D, 30 and 67. RGB value is (77,48,103). Sum of RGB (Red+Green+Blue) = 77+48+103=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 103 - color contains mainly: blue. Hex color #4D3067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3067 is #B2CF98. Grayscale: #3E3E3E. Windows color (decimal): -11718553 or 6762573. OLE color: 6762573.
HSL color Cylindrical-coordinate representation of color #4D3067: hue angle of 271.64º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D3067 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 48 | 103 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.60 |
| HSL | 271.64º | 0.36% | 0.3% | - |
| HSV(B) | 271.64º | 0.53% | 0.4% | - |
| XYZ | 6.57 | 4.67 | 13.39 | - |
| YUV | 62.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 103 | 0.25 | 0.53 | 0 | 0.60 | 271.64 | 0.36 | 0.3 |
| Hex | 4D | 30 | 67 | 19 | 35 | 0 | 3C | 110 | 24 | 1E |
| Octal | 115 | 60 | 147 | 31 | 65 | 0 | 74 | 420 | 44 | 36 |
| Binary | 1001101 | 110000 | 1100111 | 11001 | 110101 | 0 | 111100 | 100010000 | 100100 | 11110 |
Color Harmonies of #4D3067
Complementary color
Monochromatic Colors of #4D3067
Black with #4D3067
Text Example
Text Example
White with #4D3067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3067; }
p { color: rgb(77,48,103); }
H1.HeaderClassName
{
color: #4D3067;
}
.AnyTagClassName
{
color: #4D3067;
}
</style>
background-color css
<style>
a { background-color: #4D3067; }
a { background-color: rgb(77,48,103); }
div.DivClassName
{
background-color: #4D3067;
}
.BgClassName
{
background-color: #4D3067;
}
</style>
border-color css
<style>
span { border-color: #4D3067; }
span { border-color: rgb(77,48,103); }
td.TdClassName
{
border-color: #4D3067;
}
.TagClassName
{
border-color: #4D3067;
}
</style>