Shades of Blue Gem #4A459A
Tints of Blue Gem #4A459A
RGB
CMYK
RGB Variations
Color information
#4A459A (or 0x4A459A) is known color: Blue Gem. HEX triplet: 4A, 45 and 9A. RGB value is (74,69,154). Sum of RGB (Red+Green+Blue) = 74+69+154=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #4A459A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A459A is #B5BA65. Grayscale: #4F4F4F. Windows color (decimal): -11909734 or 10110282. OLE color: 10110282.
HSL color Cylindrical-coordinate representation of color #4A459A: hue angle of 243.53º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A459A is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 69 | 154 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.40 |
| HSL | 243.53º | 0.38% | 0.44% | - |
| HSV(B) | 243.53º | 0.55% | 0.6% | - |
| XYZ | 10.78 | 8.05 | 31.56 | - |
| YUV | 80.19 | 169.66 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 69 | 154 | 0.52 | 0.55 | 0 | 0.40 | 243.53 | 0.38 | 0.44 |
| Hex | 4A | 45 | 9A | 34 | 37 | 0 | 28 | F4 | 26 | 2C |
| Octal | 112 | 105 | 232 | 64 | 67 | 0 | 50 | 364 | 46 | 54 |
| Binary | 1001010 | 1000101 | 10011010 | 110100 | 110111 | 0 | 101000 | 11110100 | 100110 | 101100 |
Color Harmonies of #4A459A
Complementary color
Monochromatic Colors of #4A459A
Black with #4A459A
Text Example
Text Example
White with #4A459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A459A; }
p { color: rgb(74,69,154); }
H1.HeaderClassName
{
color: #4A459A;
}
.AnyTagClassName
{
color: #4A459A;
}
</style>
background-color css
<style>
a { background-color: #4A459A; }
a { background-color: rgb(74,69,154); }
div.DivClassName
{
background-color: #4A459A;
}
.BgClassName
{
background-color: #4A459A;
}
</style>
border-color css
<style>
span { border-color: #4A459A; }
span { border-color: rgb(74,69,154); }
td.TdClassName
{
border-color: #4A459A;
}
.TagClassName
{
border-color: #4A459A;
}
</style>