Shades of Blue Diamond #4B2575
Tints of Blue Diamond #4B2575
RGB
CMYK
RGB Variations
Color information
#4B2575 (or 0x4B2575) is known color: Blue Diamond. HEX triplet: 4B, 25 and 75. RGB value is (75,37,117). Sum of RGB (Red+Green+Blue) = 75+37+117=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #4B2575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2575 is #B4DA8A. Grayscale: #393939. Windows color (decimal): -11852427 or 7677259. OLE color: 7677259.
HSL color Cylindrical-coordinate representation of color #4B2575: hue angle of 268.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B2575 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 37 | 117 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.54 |
| HSL | 268.5º | 0.52% | 0.3% | - |
| HSV(B) | 268.5º | 0.68% | 0.46% | - |
| XYZ | 6.77 | 4.1 | 17.26 | - |
| YUV | 57.48 | 161.59 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 117 | 0.36 | 0.68 | 0 | 0.54 | 268.5 | 0.52 | 0.3 |
| Hex | 4B | 25 | 75 | 24 | 44 | 0 | 36 | 10C | 34 | 1E |
| Octal | 113 | 45 | 165 | 44 | 104 | 0 | 66 | 414 | 64 | 36 |
| Binary | 1001011 | 100101 | 1110101 | 100100 | 1000100 | 0 | 110110 | 100001100 | 110100 | 11110 |
Color Harmonies of #4B2575
Complementary color
Monochromatic Colors of #4B2575
Black with #4B2575
Text Example
Text Example
White with #4B2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2575; }
p { color: rgb(75,37,117); }
H1.HeaderClassName
{
color: #4B2575;
}
.AnyTagClassName
{
color: #4B2575;
}
</style>
background-color css
<style>
a { background-color: #4B2575; }
a { background-color: rgb(75,37,117); }
div.DivClassName
{
background-color: #4B2575;
}
.BgClassName
{
background-color: #4B2575;
}
</style>
border-color css
<style>
span { border-color: #4B2575; }
span { border-color: rgb(75,37,117); }
td.TdClassName
{
border-color: #4B2575;
}
.TagClassName
{
border-color: #4B2575;
}
</style>