Shades of Blue Diamond #4A1D72
Tints of Blue Diamond #4A1D72
RGB
CMYK
RGB Variations
Color information
#4A1D72 (or 0x4A1D72) is known color: Blue Diamond. HEX triplet: 4A, 1D and 72. RGB value is (74,29,114). Sum of RGB (Red+Green+Blue) = 74+29+114=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A1D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1D72 is #B5E28D. Grayscale: #333333. Windows color (decimal): -11920014 or 7478602. OLE color: 7478602.
HSL color Cylindrical-coordinate representation of color #4A1D72: hue angle of 271.76º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A1D72 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 29 | 114 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.55 |
| HSL | 271.76º | 0.59% | 0.28% | - |
| HSV(B) | 271.76º | 0.75% | 0.45% | - |
| XYZ | 6.3 | 3.55 | 16.27 | - |
| YUV | 52.15 | 162.91 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 29 | 114 | 0.35 | 0.75 | 0 | 0.55 | 271.76 | 0.59 | 0.28 |
| Hex | 4A | 1D | 72 | 23 | 4B | 0 | 37 | 110 | 3B | 1C |
| Octal | 112 | 35 | 162 | 43 | 113 | 0 | 67 | 420 | 73 | 34 |
| Binary | 1001010 | 11101 | 1110010 | 100011 | 1001011 | 0 | 110111 | 100010000 | 111011 | 11100 |
Color Harmonies of #4A1D72
Complementary color
Monochromatic Colors of #4A1D72
Black with #4A1D72
Text Example
Text Example
White with #4A1D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1D72; }
p { color: rgb(74,29,114); }
H1.HeaderClassName
{
color: #4A1D72;
}
.AnyTagClassName
{
color: #4A1D72;
}
</style>
background-color css
<style>
a { background-color: #4A1D72; }
a { background-color: rgb(74,29,114); }
div.DivClassName
{
background-color: #4A1D72;
}
.BgClassName
{
background-color: #4A1D72;
}
</style>
border-color css
<style>
span { border-color: #4A1D72; }
span { border-color: rgb(74,29,114); }
td.TdClassName
{
border-color: #4A1D72;
}
.TagClassName
{
border-color: #4A1D72;
}
</style>