Shades of Blue Diamond #4B2D75
Tints of Blue Diamond #4B2D75
RGB
CMYK
RGB Variations
Color information
#4B2D75 (or 0x4B2D75) is known color: Blue Diamond. HEX triplet: 4B, 2D and 75. RGB value is (75,45,117). Sum of RGB (Red+Green+Blue) = 75+45+117=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #4B2D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2D75 is #B4D28A. Grayscale: #3D3D3D. Windows color (decimal): -11850379 or 7679307. OLE color: 7679307.
HSL color Cylindrical-coordinate representation of color #4B2D75: hue angle of 265º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B2D75 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 45 | 117 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.54 |
| HSL | 265º | 0.44% | 0.32% | - |
| HSV(B) | 265º | 0.62% | 0.46% | - |
| XYZ | 7.05 | 4.66 | 17.36 | - |
| YUV | 62.18 | 158.94 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 45 | 117 | 0.36 | 0.62 | 0 | 0.54 | 265 | 0.44 | 0.32 |
| Hex | 4B | 2D | 75 | 24 | 3E | 0 | 36 | 109 | 2C | 20 |
| Octal | 113 | 55 | 165 | 44 | 76 | 0 | 66 | 411 | 54 | 40 |
| Binary | 1001011 | 101101 | 1110101 | 100100 | 111110 | 0 | 110110 | 100001001 | 101100 | 100000 |
Color Harmonies of #4B2D75
Complementary color
Monochromatic Colors of #4B2D75
Black with #4B2D75
Text Example
Text Example
White with #4B2D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2D75; }
p { color: rgb(75,45,117); }
H1.HeaderClassName
{
color: #4B2D75;
}
.AnyTagClassName
{
color: #4B2D75;
}
</style>
background-color css
<style>
a { background-color: #4B2D75; }
a { background-color: rgb(75,45,117); }
div.DivClassName
{
background-color: #4B2D75;
}
.BgClassName
{
background-color: #4B2D75;
}
</style>
border-color css
<style>
span { border-color: #4B2D75; }
span { border-color: rgb(75,45,117); }
td.TdClassName
{
border-color: #4B2D75;
}
.TagClassName
{
border-color: #4B2D75;
}
</style>