Shades of Blue Diamond #4A1D70
Tints of Blue Diamond #4A1D70
RGB
CMYK
RGB Variations
Color information
#4A1D70 (or 0x4A1D70) is known color: Blue Diamond. HEX triplet: 4A, 1D and 70. RGB value is (74,29,112). Sum of RGB (Red+Green+Blue) = 74+29+112=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A1D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1D70 is #B5E28F. Grayscale: #333333. Windows color (decimal): -11920016 or 7347530. OLE color: 7347530.
HSL color Cylindrical-coordinate representation of color #4A1D70: hue angle of 272.53º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A1D70 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 29 | 112 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.56 |
| HSL | 272.53º | 0.59% | 0.28% | - |
| HSV(B) | 272.53º | 0.74% | 0.44% | - |
| XYZ | 6.19 | 3.5 | 15.68 | - |
| YUV | 51.92 | 161.91 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 29 | 112 | 0.34 | 0.74 | 0 | 0.56 | 272.53 | 0.59 | 0.28 |
| Hex | 4A | 1D | 70 | 22 | 4A | 0 | 38 | 111 | 3B | 1C |
| Octal | 112 | 35 | 160 | 42 | 112 | 0 | 70 | 421 | 73 | 34 |
| Binary | 1001010 | 11101 | 1110000 | 100010 | 1001010 | 0 | 111000 | 100010001 | 111011 | 11100 |
Color Harmonies of #4A1D70
Complementary color
Monochromatic Colors of #4A1D70
Black with #4A1D70
Text Example
Text Example
White with #4A1D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1D70; }
p { color: rgb(74,29,112); }
H1.HeaderClassName
{
color: #4A1D70;
}
.AnyTagClassName
{
color: #4A1D70;
}
</style>
background-color css
<style>
a { background-color: #4A1D70; }
a { background-color: rgb(74,29,112); }
div.DivClassName
{
background-color: #4A1D70;
}
.BgClassName
{
background-color: #4A1D70;
}
</style>
border-color css
<style>
span { border-color: #4A1D70; }
span { border-color: rgb(74,29,112); }
td.TdClassName
{
border-color: #4A1D70;
}
.TagClassName
{
border-color: #4A1D70;
}
</style>