Shades of Blue Gem #4A289B
Tints of Blue Gem #4A289B
RGB
CMYK
RGB Variations
Color information
#4A289B (or 0x4A289B) is known color: Blue Gem. HEX triplet: 4A, 28 and 9B. RGB value is (74,40,155). Sum of RGB (Red+Green+Blue) = 74+40+155=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A289B is #B5D764. Grayscale: #3E3E3E. Windows color (decimal): -11917157 or 10168394. OLE color: 10168394.
HSL color Cylindrical-coordinate representation of color #4A289B: hue angle of 257.74º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A289B is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 40 | 155 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.39 |
| HSL | 257.74º | 0.59% | 0.38% | - |
| HSV(B) | 257.74º | 0.74% | 0.61% | - |
| XYZ | 9.5 | 5.34 | 31.54 | - |
| YUV | 63.28 | 179.76 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 155 | 0.52 | 0.74 | 0 | 0.39 | 257.74 | 0.59 | 0.38 |
| Hex | 4A | 28 | 9B | 34 | 4A | 0 | 27 | 102 | 3B | 26 |
| Octal | 112 | 50 | 233 | 64 | 112 | 0 | 47 | 402 | 73 | 46 |
| Binary | 1001010 | 101000 | 10011011 | 110100 | 1001010 | 0 | 100111 | 100000010 | 111011 | 100110 |
Color Harmonies of #4A289B
Complementary color
Monochromatic Colors of #4A289B
Black with #4A289B
Text Example
Text Example
White with #4A289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A289B; }
p { color: rgb(74,40,155); }
H1.HeaderClassName
{
color: #4A289B;
}
.AnyTagClassName
{
color: #4A289B;
}
</style>
background-color css
<style>
a { background-color: #4A289B; }
a { background-color: rgb(74,40,155); }
div.DivClassName
{
background-color: #4A289B;
}
.BgClassName
{
background-color: #4A289B;
}
</style>
border-color css
<style>
span { border-color: #4A289B; }
span { border-color: rgb(74,40,155); }
td.TdClassName
{
border-color: #4A289B;
}
.TagClassName
{
border-color: #4A289B;
}
</style>