Shades of Blue Diamond #4A1E70
Tints of Blue Diamond #4A1E70
RGB
CMYK
RGB Variations
Color information
#4A1E70 (or 0x4A1E70) is known color: Blue Diamond. HEX triplet: 4A, 1E and 70. RGB value is (74,30,112). Sum of RGB (Red+Green+Blue) = 74+30+112=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A1E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1E70 is #B5E18F. Grayscale: #343434. Windows color (decimal): -11919760 or 7347786. OLE color: 7347786.
HSL color Cylindrical-coordinate representation of color #4A1E70: hue angle of 272.2º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A1E70 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 30 | 112 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.56 |
| HSL | 272.2º | 0.58% | 0.28% | - |
| HSV(B) | 272.2º | 0.73% | 0.44% | - |
| XYZ | 6.21 | 3.55 | 15.69 | - |
| YUV | 52.5 | 161.58 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 30 | 112 | 0.34 | 0.73 | 0 | 0.56 | 272.2 | 0.58 | 0.28 |
| Hex | 4A | 1E | 70 | 22 | 49 | 0 | 38 | 110 | 3A | 1C |
| Octal | 112 | 36 | 160 | 42 | 111 | 0 | 70 | 420 | 72 | 34 |
| Binary | 1001010 | 11110 | 1110000 | 100010 | 1001001 | 0 | 111000 | 100010000 | 111010 | 11100 |
Color Harmonies of #4A1E70
Complementary color
Monochromatic Colors of #4A1E70
Black with #4A1E70
Text Example
Text Example
White with #4A1E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1E70; }
p { color: rgb(74,30,112); }
H1.HeaderClassName
{
color: #4A1E70;
}
.AnyTagClassName
{
color: #4A1E70;
}
</style>
background-color css
<style>
a { background-color: #4A1E70; }
a { background-color: rgb(74,30,112); }
div.DivClassName
{
background-color: #4A1E70;
}
.BgClassName
{
background-color: #4A1E70;
}
</style>
border-color css
<style>
span { border-color: #4A1E70; }
span { border-color: rgb(74,30,112); }
td.TdClassName
{
border-color: #4A1E70;
}
.TagClassName
{
border-color: #4A1E70;
}
</style>