Shades of Blue Gem #4A289D
Tints of Blue Gem #4A289D
RGB
CMYK
RGB Variations
Color information
#4A289D (or 0x4A289D) is known color: Blue Gem. HEX triplet: 4A, 28 and 9D. RGB value is (74,40,157). Sum of RGB (Red+Green+Blue) = 74+40+157=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #4A289D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A289D is #B5D762. Grayscale: #3F3F3F. Windows color (decimal): -11917155 or 10299466. OLE color: 10299466.
HSL color Cylindrical-coordinate representation of color #4A289D: hue angle of 257.44º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A289D is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 40 | 157 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.38 |
| HSL | 257.44º | 0.59% | 0.39% | - |
| HSV(B) | 257.44º | 0.75% | 0.62% | - |
| XYZ | 9.67 | 5.41 | 32.43 | - |
| YUV | 63.5 | 180.76 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 157 | 0.53 | 0.75 | 0 | 0.38 | 257.44 | 0.59 | 0.39 |
| Hex | 4A | 28 | 9D | 35 | 4B | 0 | 26 | 101 | 3B | 27 |
| Octal | 112 | 50 | 235 | 65 | 113 | 0 | 46 | 401 | 73 | 47 |
| Binary | 1001010 | 101000 | 10011101 | 110101 | 1001011 | 0 | 100110 | 100000001 | 111011 | 100111 |
Color Harmonies of #4A289D
Complementary color
Monochromatic Colors of #4A289D
Black with #4A289D
Text Example
Text Example
White with #4A289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A289D; }
p { color: rgb(74,40,157); }
H1.HeaderClassName
{
color: #4A289D;
}
.AnyTagClassName
{
color: #4A289D;
}
</style>
background-color css
<style>
a { background-color: #4A289D; }
a { background-color: rgb(74,40,157); }
div.DivClassName
{
background-color: #4A289D;
}
.BgClassName
{
background-color: #4A289D;
}
</style>
border-color css
<style>
span { border-color: #4A289D; }
span { border-color: rgb(74,40,157); }
td.TdClassName
{
border-color: #4A289D;
}
.TagClassName
{
border-color: #4A289D;
}
</style>