Shades of Blue Diamond #4B296F
Tints of Blue Diamond #4B296F
RGB
CMYK
RGB Variations
Color information
#4B296F (or 0x4B296F) is known color: Blue Diamond. HEX triplet: 4B, 29 and 6F. RGB value is (75,41,111). Sum of RGB (Red+Green+Blue) = 75+41+111=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #4B296F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B296F is #B4D690. Grayscale: #3A3A3A. Windows color (decimal): -11851409 or 7285067. OLE color: 7285067.
HSL color Cylindrical-coordinate representation of color #4B296F: hue angle of 269.14º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B296F is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 41 | 111 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.56 |
| HSL | 269.14º | 0.46% | 0.3% | - |
| HSV(B) | 269.14º | 0.63% | 0.44% | - |
| XYZ | 6.56 | 4.23 | 15.51 | - |
| YUV | 59.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 41 | 111 | 0.32 | 0.63 | 0 | 0.56 | 269.14 | 0.46 | 0.3 |
| Hex | 4B | 29 | 6F | 20 | 3F | 0 | 38 | 10D | 2E | 1E |
| Octal | 113 | 51 | 157 | 40 | 77 | 0 | 70 | 415 | 56 | 36 |
| Binary | 1001011 | 101001 | 1101111 | 100000 | 111111 | 0 | 111000 | 100001101 | 101110 | 11110 |
Color Harmonies of #4B296F
Complementary color
Monochromatic Colors of #4B296F
Black with #4B296F
Text Example
Text Example
White with #4B296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B296F; }
p { color: rgb(75,41,111); }
H1.HeaderClassName
{
color: #4B296F;
}
.AnyTagClassName
{
color: #4B296F;
}
</style>
background-color css
<style>
a { background-color: #4B296F; }
a { background-color: rgb(75,41,111); }
div.DivClassName
{
background-color: #4B296F;
}
.BgClassName
{
background-color: #4B296F;
}
</style>
border-color css
<style>
span { border-color: #4B296F; }
span { border-color: rgb(75,41,111); }
td.TdClassName
{
border-color: #4B296F;
}
.TagClassName
{
border-color: #4B296F;
}
</style>