Shades of Blue Gem #4A3D9D
Tints of Blue Gem #4A3D9D
RGB
CMYK
RGB Variations
Color information
#4A3D9D (or 0x4A3D9D) is known color: Blue Gem. HEX triplet: 4A, 3D and 9D. RGB value is (74,61,157). Sum of RGB (Red+Green+Blue) = 74+61+157=292 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.34% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #4A3D9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3D9D is #B5C262. Grayscale: #4B4B4B. Windows color (decimal): -11911779 or 10304842. OLE color: 10304842.
HSL color Cylindrical-coordinate representation of color #4A3D9D: hue angle of 248.12º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A3D9D is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 61 | 157 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.38 |
| HSL | 248.13º | 0.44% | 0.43% | - |
| HSV(B) | 248.13º | 0.61% | 0.62% | - |
| XYZ | 10.58 | 7.23 | 32.74 | - |
| YUV | 75.83 | 173.81 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 61 | 157 | 0.53 | 0.61 | 0 | 0.38 | 248.13 | 0.44 | 0.43 |
| Hex | 4A | 3D | 9D | 35 | 3D | 0 | 26 | F8 | 2C | 2B |
| Octal | 112 | 75 | 235 | 65 | 75 | 0 | 46 | 370 | 54 | 53 |
| Binary | 1001010 | 111101 | 10011101 | 110101 | 111101 | 0 | 100110 | 11111000 | 101100 | 101011 |
Color Harmonies of #4A3D9D
Complementary color
Monochromatic Colors of #4A3D9D
Black with #4A3D9D
Text Example
Text Example
White with #4A3D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3D9D; }
p { color: rgb(74,61,157); }
H1.HeaderClassName
{
color: #4A3D9D;
}
.AnyTagClassName
{
color: #4A3D9D;
}
</style>
background-color css
<style>
a { background-color: #4A3D9D; }
a { background-color: rgb(74,61,157); }
div.DivClassName
{
background-color: #4A3D9D;
}
.BgClassName
{
background-color: #4A3D9D;
}
</style>
border-color css
<style>
span { border-color: #4A3D9D; }
span { border-color: rgb(74,61,157); }
td.TdClassName
{
border-color: #4A3D9D;
}
.TagClassName
{
border-color: #4A3D9D;
}
</style>