Shades of Blue Diamond #4A2078
Tints of Blue Diamond #4A2078
RGB
CMYK
RGB Variations
Color information
#4A2078 (or 0x4A2078) is known color: Blue Diamond. HEX triplet: 4A, 20 and 78. RGB value is (74,32,120). Sum of RGB (Red+Green+Blue) = 74+32+120=226 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.74% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A2078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2078 is #B5DF87. Grayscale: #363636. Windows color (decimal): -11919240 or 7872586. OLE color: 7872586.
HSL color Cylindrical-coordinate representation of color #4A2078: hue angle of 268.64º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A2078 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 32 | 120 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.53 |
| HSL | 268.64º | 0.58% | 0.3% | - |
| HSV(B) | 268.64º | 0.73% | 0.47% | - |
| XYZ | 6.73 | 3.84 | 18.16 | - |
| YUV | 54.59 | 164.91 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 120 | 0.38 | 0.73 | 0 | 0.53 | 268.64 | 0.58 | 0.3 |
| Hex | 4A | 20 | 78 | 26 | 49 | 0 | 35 | 10D | 3A | 1E |
| Octal | 112 | 40 | 170 | 46 | 111 | 0 | 65 | 415 | 72 | 36 |
| Binary | 1001010 | 100000 | 1111000 | 100110 | 1001001 | 0 | 110101 | 100001101 | 111010 | 11110 |
Color Harmonies of #4A2078
Complementary color
Monochromatic Colors of #4A2078
Black with #4A2078
Text Example
Text Example
White with #4A2078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2078; }
p { color: rgb(74,32,120); }
H1.HeaderClassName
{
color: #4A2078;
}
.AnyTagClassName
{
color: #4A2078;
}
</style>
background-color css
<style>
a { background-color: #4A2078; }
a { background-color: rgb(74,32,120); }
div.DivClassName
{
background-color: #4A2078;
}
.BgClassName
{
background-color: #4A2078;
}
</style>
border-color css
<style>
span { border-color: #4A2078; }
span { border-color: rgb(74,32,120); }
td.TdClassName
{
border-color: #4A2078;
}
.TagClassName
{
border-color: #4A2078;
}
</style>