Shades of Blue Diamond #4B296D
Tints of Blue Diamond #4B296D
RGB
CMYK
RGB Variations
Color information
#4B296D (or 0x4B296D) is known color: Blue Diamond. HEX triplet: 4B, 29 and 6D. RGB value is (75,41,109). Sum of RGB (Red+Green+Blue) = 75+41+109=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B296D is #B4D692. Grayscale: #3A3A3A. Windows color (decimal): -11851411 or 7153995. OLE color: 7153995.
HSL color Cylindrical-coordinate representation of color #4B296D: hue angle of 270º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B296D is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 41 | 109 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.57 |
| HSL | 270º | 0.45% | 0.29% | - |
| HSV(B) | 270º | 0.62% | 0.43% | - |
| XYZ | 6.45 | 4.19 | 14.94 | - |
| YUV | 58.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 41 | 109 | 0.31 | 0.62 | 0 | 0.57 | 270 | 0.45 | 0.29 |
| Hex | 4B | 29 | 6D | 1F | 3E | 0 | 39 | 10E | 2D | 1D |
| Octal | 113 | 51 | 155 | 37 | 76 | 0 | 71 | 416 | 55 | 35 |
| Binary | 1001011 | 101001 | 1101101 | 11111 | 111110 | 0 | 111001 | 100001110 | 101101 | 11101 |
Color Harmonies of #4B296D
Complementary color
Monochromatic Colors of #4B296D
Black with #4B296D
Text Example
Text Example
White with #4B296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B296D; }
p { color: rgb(75,41,109); }
H1.HeaderClassName
{
color: #4B296D;
}
.AnyTagClassName
{
color: #4B296D;
}
</style>
background-color css
<style>
a { background-color: #4B296D; }
a { background-color: rgb(75,41,109); }
div.DivClassName
{
background-color: #4B296D;
}
.BgClassName
{
background-color: #4B296D;
}
</style>
border-color css
<style>
span { border-color: #4B296D; }
span { border-color: rgb(75,41,109); }
td.TdClassName
{
border-color: #4B296D;
}
.TagClassName
{
border-color: #4B296D;
}
</style>