Shades of Blue Diamond #4A1A79
Tints of Blue Diamond #4A1A79
RGB
CMYK
RGB Variations
Color information
#4A1A79 (or 0x4A1A79) is known color: Blue Diamond. HEX triplet: 4A, 1A and 79. RGB value is (74,26,121). Sum of RGB (Red+Green+Blue) = 74+26+121=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #4A1A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1A79 is #B5E586. Grayscale: #323232. Windows color (decimal): -11920775 or 7936586. OLE color: 7936586.
HSL color Cylindrical-coordinate representation of color #4A1A79: hue angle of 270.32º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A1A79 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 26 | 121 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.53 |
| HSL | 270.32º | 0.65% | 0.29% | - |
| HSV(B) | 270.32º | 0.79% | 0.47% | - |
| XYZ | 6.64 | 3.58 | 18.43 | - |
| YUV | 51.18 | 167.4 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 26 | 121 | 0.39 | 0.79 | 0 | 0.53 | 270.32 | 0.65 | 0.29 |
| Hex | 4A | 1A | 79 | 27 | 4F | 0 | 35 | 10E | 41 | 1D |
| Octal | 112 | 32 | 171 | 47 | 117 | 0 | 65 | 416 | 101 | 35 |
| Binary | 1001010 | 11010 | 1111001 | 100111 | 1001111 | 0 | 110101 | 100001110 | 1000001 | 11101 |
Color Harmonies of #4A1A79
Complementary color
Monochromatic Colors of #4A1A79
Black with #4A1A79
Text Example
Text Example
White with #4A1A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1A79; }
p { color: rgb(74,26,121); }
H1.HeaderClassName
{
color: #4A1A79;
}
.AnyTagClassName
{
color: #4A1A79;
}
</style>
background-color css
<style>
a { background-color: #4A1A79; }
a { background-color: rgb(74,26,121); }
div.DivClassName
{
background-color: #4A1A79;
}
.BgClassName
{
background-color: #4A1A79;
}
</style>
border-color css
<style>
span { border-color: #4A1A79; }
span { border-color: rgb(74,26,121); }
td.TdClassName
{
border-color: #4A1A79;
}
.TagClassName
{
border-color: #4A1A79;
}
</style>