Shades of Blue Diamond #4A226D
Tints of Blue Diamond #4A226D
RGB
CMYK
RGB Variations
Color information
#4A226D (or 0x4A226D) is known color: Blue Diamond. HEX triplet: 4A, 22 and 6D. RGB value is (74,34,109). Sum of RGB (Red+Green+Blue) = 74+34+109=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A226D is #B5DD92. Grayscale: #363636. Windows color (decimal): -11918739 or 7152202. OLE color: 7152202.
HSL color Cylindrical-coordinate representation of color #4A226D: hue angle of 272º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A226D is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 34 | 109 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.57 |
| HSL | 272º | 0.52% | 0.28% | - |
| HSV(B) | 272º | 0.69% | 0.43% | - |
| XYZ | 6.16 | 3.7 | 14.86 | - |
| YUV | 54.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 34 | 109 | 0.32 | 0.69 | 0 | 0.57 | 272 | 0.52 | 0.28 |
| Hex | 4A | 22 | 6D | 20 | 45 | 0 | 39 | 110 | 34 | 1C |
| Octal | 112 | 42 | 155 | 40 | 105 | 0 | 71 | 420 | 64 | 34 |
| Binary | 1001010 | 100010 | 1101101 | 100000 | 1000101 | 0 | 111001 | 100010000 | 110100 | 11100 |
Color Harmonies of #4A226D
Complementary color
Monochromatic Colors of #4A226D
Black with #4A226D
Text Example
Text Example
White with #4A226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A226D; }
p { color: rgb(74,34,109); }
H1.HeaderClassName
{
color: #4A226D;
}
.AnyTagClassName
{
color: #4A226D;
}
</style>
background-color css
<style>
a { background-color: #4A226D; }
a { background-color: rgb(74,34,109); }
div.DivClassName
{
background-color: #4A226D;
}
.BgClassName
{
background-color: #4A226D;
}
</style>
border-color css
<style>
span { border-color: #4A226D; }
span { border-color: rgb(74,34,109); }
td.TdClassName
{
border-color: #4A226D;
}
.TagClassName
{
border-color: #4A226D;
}
</style>