Shades of Blue Diamond #4A2172
Tints of Blue Diamond #4A2172
RGB
CMYK
RGB Variations
Color information
#4A2172 (or 0x4A2172) is known color: Blue Diamond. HEX triplet: 4A, 21 and 72. RGB value is (74,33,114). Sum of RGB (Red+Green+Blue) = 74+33+114=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A2172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2172 is #B5DE8D. Grayscale: #363636. Windows color (decimal): -11918990 or 7479626. OLE color: 7479626.
HSL color Cylindrical-coordinate representation of color #4A2172: hue angle of 270.37º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A2172 is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 33 | 114 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.55 |
| HSL | 270.37º | 0.55% | 0.29% | - |
| HSV(B) | 270.37º | 0.71% | 0.45% | - |
| XYZ | 6.41 | 3.76 | 16.31 | - |
| YUV | 54.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 33 | 114 | 0.35 | 0.71 | 0 | 0.55 | 270.37 | 0.55 | 0.29 |
| Hex | 4A | 21 | 72 | 23 | 47 | 0 | 37 | 10E | 37 | 1D |
| Octal | 112 | 41 | 162 | 43 | 107 | 0 | 67 | 416 | 67 | 35 |
| Binary | 1001010 | 100001 | 1110010 | 100011 | 1000111 | 0 | 110111 | 100001110 | 110111 | 11101 |
Color Harmonies of #4A2172
Complementary color
Monochromatic Colors of #4A2172
Black with #4A2172
Text Example
Text Example
White with #4A2172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2172; }
p { color: rgb(74,33,114); }
H1.HeaderClassName
{
color: #4A2172;
}
.AnyTagClassName
{
color: #4A2172;
}
</style>
background-color css
<style>
a { background-color: #4A2172; }
a { background-color: rgb(74,33,114); }
div.DivClassName
{
background-color: #4A2172;
}
.BgClassName
{
background-color: #4A2172;
}
</style>
border-color css
<style>
span { border-color: #4A2172; }
span { border-color: rgb(74,33,114); }
td.TdClassName
{
border-color: #4A2172;
}
.TagClassName
{
border-color: #4A2172;
}
</style>