Shades of Blue Gem #4A289A
Tints of Blue Gem #4A289A
RGB
CMYK
RGB Variations
Color information
#4A289A (or 0x4A289A) is known color: Blue Gem. HEX triplet: 4A, 28 and 9A. RGB value is (74,40,154). Sum of RGB (Red+Green+Blue) = 74+40+154=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #4A289A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A289A is #B5D765. Grayscale: #3E3E3E. Windows color (decimal): -11917158 or 10102858. OLE color: 10102858.
HSL color Cylindrical-coordinate representation of color #4A289A: hue angle of 257.89º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A289A is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 40 | 154 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.40 |
| HSL | 257.89º | 0.59% | 0.38% | - |
| HSV(B) | 257.89º | 0.74% | 0.6% | - |
| XYZ | 9.42 | 5.31 | 31.1 | - |
| YUV | 63.16 | 179.26 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 154 | 0.52 | 0.74 | 0 | 0.40 | 257.89 | 0.59 | 0.38 |
| Hex | 4A | 28 | 9A | 34 | 4A | 0 | 28 | 102 | 3B | 26 |
| Octal | 112 | 50 | 232 | 64 | 112 | 0 | 50 | 402 | 73 | 46 |
| Binary | 1001010 | 101000 | 10011010 | 110100 | 1001010 | 0 | 101000 | 100000010 | 111011 | 100110 |
Color Harmonies of #4A289A
Complementary color
Monochromatic Colors of #4A289A
Black with #4A289A
Text Example
Text Example
White with #4A289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A289A; }
p { color: rgb(74,40,154); }
H1.HeaderClassName
{
color: #4A289A;
}
.AnyTagClassName
{
color: #4A289A;
}
</style>
background-color css
<style>
a { background-color: #4A289A; }
a { background-color: rgb(74,40,154); }
div.DivClassName
{
background-color: #4A289A;
}
.BgClassName
{
background-color: #4A289A;
}
</style>
border-color css
<style>
span { border-color: #4A289A; }
span { border-color: rgb(74,40,154); }
td.TdClassName
{
border-color: #4A289A;
}
.TagClassName
{
border-color: #4A289A;
}
</style>