Shades of Blue Diamond #4A346E
Tints of Blue Diamond #4A346E
RGB
CMYK
RGB Variations
Color information
#4A346E (or 0x4A346E) is known color: Blue Diamond. HEX triplet: 4A, 34 and 6E. RGB value is (74,52,110). Sum of RGB (Red+Green+Blue) = 74+52+110=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #4A346E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A346E is #B5CB91. Grayscale: #404040. Windows color (decimal): -11914130 or 7222346. OLE color: 7222346.
HSL color Cylindrical-coordinate representation of color #4A346E: hue angle of 262.76º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A346E is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 52 | 110 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.57 |
| HSL | 262.76º | 0.36% | 0.32% | - |
| HSV(B) | 262.76º | 0.53% | 0.43% | - |
| XYZ | 6.87 | 5.04 | 15.36 | - |
| YUV | 65.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 110 | 0.33 | 0.53 | 0 | 0.57 | 262.76 | 0.36 | 0.32 |
| Hex | 4A | 34 | 6E | 21 | 35 | 0 | 39 | 107 | 24 | 20 |
| Octal | 112 | 64 | 156 | 41 | 65 | 0 | 71 | 407 | 44 | 40 |
| Binary | 1001010 | 110100 | 1101110 | 100001 | 110101 | 0 | 111001 | 100000111 | 100100 | 100000 |
Color Harmonies of #4A346E
Complementary color
Monochromatic Colors of #4A346E
Black with #4A346E
Text Example
Text Example
White with #4A346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A346E; }
p { color: rgb(74,52,110); }
H1.HeaderClassName
{
color: #4A346E;
}
.AnyTagClassName
{
color: #4A346E;
}
</style>
background-color css
<style>
a { background-color: #4A346E; }
a { background-color: rgb(74,52,110); }
div.DivClassName
{
background-color: #4A346E;
}
.BgClassName
{
background-color: #4A346E;
}
</style>
border-color css
<style>
span { border-color: #4A346E; }
span { border-color: rgb(74,52,110); }
td.TdClassName
{
border-color: #4A346E;
}
.TagClassName
{
border-color: #4A346E;
}
</style>