Shades of Blue Gem #4A3485
Tints of Blue Gem #4A3485
RGB
CMYK
RGB Variations
Color information
#4A3485 (or 0x4A3485) is known color: Blue Gem. HEX triplet: 4A, 34 and 85. RGB value is (74,52,133). Sum of RGB (Red+Green+Blue) = 74+52+133=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #4A3485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3485 is #B5CB7A. Grayscale: #434343. Windows color (decimal): -11914107 or 8729674. OLE color: 8729674.
HSL color Cylindrical-coordinate representation of color #4A3485: hue angle of 256.3º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A3485 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 52 | 133 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.48 |
| HSL | 256.3º | 0.44% | 0.36% | - |
| HSV(B) | 256.3º | 0.61% | 0.52% | - |
| XYZ | 8.29 | 5.61 | 22.84 | - |
| YUV | 67.81 | 164.79 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 133 | 0.44 | 0.61 | 0 | 0.48 | 256.3 | 0.44 | 0.36 |
| Hex | 4A | 34 | 85 | 2C | 3D | 0 | 30 | 100 | 2C | 24 |
| Octal | 112 | 64 | 205 | 54 | 75 | 0 | 60 | 400 | 54 | 44 |
| Binary | 1001010 | 110100 | 10000101 | 101100 | 111101 | 0 | 110000 | 100000000 | 101100 | 100100 |
Color Harmonies of #4A3485
Complementary color
Monochromatic Colors of #4A3485
Black with #4A3485
Text Example
Text Example
White with #4A3485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3485; }
p { color: rgb(74,52,133); }
H1.HeaderClassName
{
color: #4A3485;
}
.AnyTagClassName
{
color: #4A3485;
}
</style>
background-color css
<style>
a { background-color: #4A3485; }
a { background-color: rgb(74,52,133); }
div.DivClassName
{
background-color: #4A3485;
}
.BgClassName
{
background-color: #4A3485;
}
</style>
border-color css
<style>
span { border-color: #4A3485; }
span { border-color: rgb(74,52,133); }
td.TdClassName
{
border-color: #4A3485;
}
.TagClassName
{
border-color: #4A3485;
}
</style>