Shades of Blue Gem #4A349F
Tints of Blue Gem #4A349F
RGB
CMYK
RGB Variations
Color information
#4A349F (or 0x4A349F) is known color: Blue Gem. HEX triplet: 4A, 34 and 9F. RGB value is (74,52,159). Sum of RGB (Red+Green+Blue) = 74+52+159=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #4A349F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A349F is #B5CB60. Grayscale: #464646. Windows color (decimal): -11914081 or 10433610. OLE color: 10433610.
HSL color Cylindrical-coordinate representation of color #4A349F: hue angle of 252.34º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A349F is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 52 | 159 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.38 |
| HSL | 252.34º | 0.51% | 0.41% | - |
| HSV(B) | 252.34º | 0.67% | 0.62% | - |
| XYZ | 10.31 | 6.42 | 33.5 | - |
| YUV | 70.78 | 177.79 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 159 | 0.53 | 0.67 | 0 | 0.38 | 252.34 | 0.51 | 0.41 |
| Hex | 4A | 34 | 9F | 35 | 43 | 0 | 26 | FC | 33 | 29 |
| Octal | 112 | 64 | 237 | 65 | 103 | 0 | 46 | 374 | 63 | 51 |
| Binary | 1001010 | 110100 | 10011111 | 110101 | 1000011 | 0 | 100110 | 11111100 | 110011 | 101001 |
Color Harmonies of #4A349F
Complementary color
Monochromatic Colors of #4A349F
Black with #4A349F
Text Example
Text Example
White with #4A349F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A349F; }
p { color: rgb(74,52,159); }
H1.HeaderClassName
{
color: #4A349F;
}
.AnyTagClassName
{
color: #4A349F;
}
</style>
background-color css
<style>
a { background-color: #4A349F; }
a { background-color: rgb(74,52,159); }
div.DivClassName
{
background-color: #4A349F;
}
.BgClassName
{
background-color: #4A349F;
}
</style>
border-color css
<style>
span { border-color: #4A349F; }
span { border-color: rgb(74,52,159); }
td.TdClassName
{
border-color: #4A349F;
}
.TagClassName
{
border-color: #4A349F;
}
</style>