Shades of Blue Gem #4A209F
Tints of Blue Gem #4A209F
RGB
CMYK
RGB Variations
Color information
#4A209F (or 0x4A209F) is known color: Blue Gem. HEX triplet: 4A, 20 and 9F. RGB value is (74,32,159). Sum of RGB (Red+Green+Blue) = 74+32+159=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 159 (62.5% from 255 or 60% from 265); Max value from RGB is 159 - color contains mainly: blue. Hex color #4A209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A209F is #B5DF60. Grayscale: #3A3A3A. Windows color (decimal): -11919201 or 10428490. OLE color: 10428490.
HSL color Cylindrical-coordinate representation of color #4A209F: hue angle of 259.84º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A209F is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 32 | 159 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.38 |
| HSL | 259.84º | 0.66% | 0.37% | - |
| HSV(B) | 259.84º | 0.8% | 0.62% | - |
| XYZ | 9.6 | 4.99 | 33.26 | - |
| YUV | 59.04 | 184.41 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 159 | 0.53 | 0.80 | 0 | 0.38 | 259.84 | 0.66 | 0.37 |
| Hex | 4A | 20 | 9F | 35 | 50 | 0 | 26 | 104 | 42 | 25 |
| Octal | 112 | 40 | 237 | 65 | 120 | 0 | 46 | 404 | 102 | 45 |
| Binary | 1001010 | 100000 | 10011111 | 110101 | 1010000 | 0 | 100110 | 100000100 | 1000010 | 100101 |
Color Harmonies of #4A209F
Complementary color
Monochromatic Colors of #4A209F
Black with #4A209F
Text Example
Text Example
White with #4A209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A209F; }
p { color: rgb(74,32,159); }
H1.HeaderClassName
{
color: #4A209F;
}
.AnyTagClassName
{
color: #4A209F;
}
</style>
background-color css
<style>
a { background-color: #4A209F; }
a { background-color: rgb(74,32,159); }
div.DivClassName
{
background-color: #4A209F;
}
.BgClassName
{
background-color: #4A209F;
}
</style>
border-color css
<style>
span { border-color: #4A209F; }
span { border-color: rgb(74,32,159); }
td.TdClassName
{
border-color: #4A209F;
}
.TagClassName
{
border-color: #4A209F;
}
</style>