Shades of Blue Diamond #4B3167
Tints of Blue Diamond #4B3167
RGB
CMYK
RGB Variations
Color information
#4B3167 (or 0x4B3167) is known color: Blue Diamond. HEX triplet: 4B, 31 and 67. RGB value is (75,49,103). Sum of RGB (Red+Green+Blue) = 75+49+103=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #4B3167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3167 is #B4CE98. Grayscale: #3E3E3E. Windows color (decimal): -11849369 or 6762827. OLE color: 6762827.
HSL color Cylindrical-coordinate representation of color #4B3167: hue angle of 268.89º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B3167 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 49 | 103 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.60 |
| HSL | 268.89º | 0.36% | 0.3% | - |
| HSV(B) | 268.89º | 0.52% | 0.4% | - |
| XYZ | 6.45 | 4.67 | 13.39 | - |
| YUV | 62.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 49 | 103 | 0.27 | 0.52 | 0 | 0.60 | 268.89 | 0.36 | 0.3 |
| Hex | 4B | 31 | 67 | 1B | 34 | 0 | 3C | 10D | 24 | 1E |
| Octal | 113 | 61 | 147 | 33 | 64 | 0 | 74 | 415 | 44 | 36 |
| Binary | 1001011 | 110001 | 1100111 | 11011 | 110100 | 0 | 111100 | 100001101 | 100100 | 11110 |
Color Harmonies of #4B3167
Complementary color
Monochromatic Colors of #4B3167
Black with #4B3167
Text Example
Text Example
White with #4B3167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3167; }
p { color: rgb(75,49,103); }
H1.HeaderClassName
{
color: #4B3167;
}
.AnyTagClassName
{
color: #4B3167;
}
</style>
background-color css
<style>
a { background-color: #4B3167; }
a { background-color: rgb(75,49,103); }
div.DivClassName
{
background-color: #4B3167;
}
.BgClassName
{
background-color: #4B3167;
}
</style>
border-color css
<style>
span { border-color: #4B3167; }
span { border-color: rgb(75,49,103); }
td.TdClassName
{
border-color: #4B3167;
}
.TagClassName
{
border-color: #4B3167;
}
</style>