Shades of Blue Diamond #4B2672
Tints of Blue Diamond #4B2672
RGB
CMYK
RGB Variations
Color information
#4B2672 (or 0x4B2672) is known color: Blue Diamond. HEX triplet: 4B, 26 and 72. RGB value is (75,38,114). Sum of RGB (Red+Green+Blue) = 75+38+114=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B2672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2672 is #B4D98D. Grayscale: #393939. Windows color (decimal): -11852174 or 7480907. OLE color: 7480907.
HSL color Cylindrical-coordinate representation of color #4B2672: hue angle of 269.21º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B2672 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 38 | 114 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.55 |
| HSL | 269.21º | 0.5% | 0.3% | - |
| HSV(B) | 269.21º | 0.67% | 0.45% | - |
| XYZ | 6.63 | 4.1 | 16.36 | - |
| YUV | 57.73 | 159.76 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 114 | 0.34 | 0.67 | 0 | 0.55 | 269.21 | 0.5 | 0.3 |
| Hex | 4B | 26 | 72 | 22 | 43 | 0 | 37 | 10D | 32 | 1E |
| Octal | 113 | 46 | 162 | 42 | 103 | 0 | 67 | 415 | 62 | 36 |
| Binary | 1001011 | 100110 | 1110010 | 100010 | 1000011 | 0 | 110111 | 100001101 | 110010 | 11110 |
Color Harmonies of #4B2672
Complementary color
Monochromatic Colors of #4B2672
Black with #4B2672
Text Example
Text Example
White with #4B2672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2672; }
p { color: rgb(75,38,114); }
H1.HeaderClassName
{
color: #4B2672;
}
.AnyTagClassName
{
color: #4B2672;
}
</style>
background-color css
<style>
a { background-color: #4B2672; }
a { background-color: rgb(75,38,114); }
div.DivClassName
{
background-color: #4B2672;
}
.BgClassName
{
background-color: #4B2672;
}
</style>
border-color css
<style>
span { border-color: #4B2672; }
span { border-color: rgb(75,38,114); }
td.TdClassName
{
border-color: #4B2672;
}
.TagClassName
{
border-color: #4B2672;
}
</style>