Shades of Blue Diamond #4B2473
Tints of Blue Diamond #4B2473
RGB
CMYK
RGB Variations
Color information
#4B2473 (or 0x4B2473) is known color: Blue Diamond. HEX triplet: 4B, 24 and 73. RGB value is (75,36,115). Sum of RGB (Red+Green+Blue) = 75+36+115=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B2473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2473 is #B4DB8C. Grayscale: #383838. Windows color (decimal): -11852685 or 7545931. OLE color: 7545931.
HSL color Cylindrical-coordinate representation of color #4B2473: hue angle of 269.62º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B2473 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 36 | 115 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.55 |
| HSL | 269.62º | 0.52% | 0.3% | - |
| HSV(B) | 269.62º | 0.69% | 0.45% | - |
| XYZ | 6.63 | 4 | 16.64 | - |
| YUV | 56.67 | 160.92 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 115 | 0.35 | 0.69 | 0 | 0.55 | 269.62 | 0.52 | 0.3 |
| Hex | 4B | 24 | 73 | 23 | 45 | 0 | 37 | 10E | 34 | 1E |
| Octal | 113 | 44 | 163 | 43 | 105 | 0 | 67 | 416 | 64 | 36 |
| Binary | 1001011 | 100100 | 1110011 | 100011 | 1000101 | 0 | 110111 | 100001110 | 110100 | 11110 |
Color Harmonies of #4B2473
Complementary color
Monochromatic Colors of #4B2473
Black with #4B2473
Text Example
Text Example
White with #4B2473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2473; }
p { color: rgb(75,36,115); }
H1.HeaderClassName
{
color: #4B2473;
}
.AnyTagClassName
{
color: #4B2473;
}
</style>
background-color css
<style>
a { background-color: #4B2473; }
a { background-color: rgb(75,36,115); }
div.DivClassName
{
background-color: #4B2473;
}
.BgClassName
{
background-color: #4B2473;
}
</style>
border-color css
<style>
span { border-color: #4B2473; }
span { border-color: rgb(75,36,115); }
td.TdClassName
{
border-color: #4B2473;
}
.TagClassName
{
border-color: #4B2473;
}
</style>