Shades of Blue Diamond #4A2372
Tints of Blue Diamond #4A2372
RGB
CMYK
RGB Variations
Color information
#4A2372 (or 0x4A2372) is known color: Blue Diamond. HEX triplet: 4A, 23 and 72. RGB value is (74,35,114). Sum of RGB (Red+Green+Blue) = 74+35+114=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A2372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2372 is #B5DC8D. Grayscale: #373737. Windows color (decimal): -11918478 or 7480138. OLE color: 7480138.
HSL color Cylindrical-coordinate representation of color #4A2372: hue angle of 269.62º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A2372 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 35 | 114 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.55 |
| HSL | 269.62º | 0.53% | 0.29% | - |
| HSV(B) | 269.62º | 0.69% | 0.45% | - |
| XYZ | 6.46 | 3.87 | 16.33 | - |
| YUV | 55.67 | 160.92 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 35 | 114 | 0.35 | 0.69 | 0 | 0.55 | 269.62 | 0.53 | 0.29 |
| Hex | 4A | 23 | 72 | 23 | 45 | 0 | 37 | 10E | 35 | 1D |
| Octal | 112 | 43 | 162 | 43 | 105 | 0 | 67 | 416 | 65 | 35 |
| Binary | 1001010 | 100011 | 1110010 | 100011 | 1000101 | 0 | 110111 | 100001110 | 110101 | 11101 |
Color Harmonies of #4A2372
Complementary color
Monochromatic Colors of #4A2372
Black with #4A2372
Text Example
Text Example
White with #4A2372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2372; }
p { color: rgb(74,35,114); }
H1.HeaderClassName
{
color: #4A2372;
}
.AnyTagClassName
{
color: #4A2372;
}
</style>
background-color css
<style>
a { background-color: #4A2372; }
a { background-color: rgb(74,35,114); }
div.DivClassName
{
background-color: #4A2372;
}
.BgClassName
{
background-color: #4A2372;
}
</style>
border-color css
<style>
span { border-color: #4A2372; }
span { border-color: rgb(74,35,114); }
td.TdClassName
{
border-color: #4A2372;
}
.TagClassName
{
border-color: #4A2372;
}
</style>