Shades of Blue Gem #4A3487
Tints of Blue Gem #4A3487
RGB
CMYK
RGB Variations
Color information
#4A3487 (or 0x4A3487) is known color: Blue Gem. HEX triplet: 4A, 34 and 87. RGB value is (74,52,135). Sum of RGB (Red+Green+Blue) = 74+52+135=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #4A3487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3487 is #B5CB78. Grayscale: #434343. Windows color (decimal): -11914105 or 8860746. OLE color: 8860746.
HSL color Cylindrical-coordinate representation of color #4A3487: hue angle of 255.9º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A3487 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 52 | 135 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.47 |
| HSL | 255.9º | 0.44% | 0.37% | - |
| HSV(B) | 255.9º | 0.61% | 0.53% | - |
| XYZ | 8.43 | 5.66 | 23.57 | - |
| YUV | 68.04 | 165.79 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 135 | 0.45 | 0.61 | 0 | 0.47 | 255.9 | 0.44 | 0.37 |
| Hex | 4A | 34 | 87 | 2D | 3D | 0 | 2F | 100 | 2C | 25 |
| Octal | 112 | 64 | 207 | 55 | 75 | 0 | 57 | 400 | 54 | 45 |
| Binary | 1001010 | 110100 | 10000111 | 101101 | 111101 | 0 | 101111 | 100000000 | 101100 | 100101 |
Color Harmonies of #4A3487
Complementary color
Monochromatic Colors of #4A3487
Black with #4A3487
Text Example
Text Example
White with #4A3487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3487; }
p { color: rgb(74,52,135); }
H1.HeaderClassName
{
color: #4A3487;
}
.AnyTagClassName
{
color: #4A3487;
}
</style>
background-color css
<style>
a { background-color: #4A3487; }
a { background-color: rgb(74,52,135); }
div.DivClassName
{
background-color: #4A3487;
}
.BgClassName
{
background-color: #4A3487;
}
</style>
border-color css
<style>
span { border-color: #4A3487; }
span { border-color: rgb(74,52,135); }
td.TdClassName
{
border-color: #4A3487;
}
.TagClassName
{
border-color: #4A3487;
}
</style>