Shades of Blue Gem #4A348A
Tints of Blue Gem #4A348A
RGB
CMYK
RGB Variations
Color information
#4A348A (or 0x4A348A) is known color: Blue Gem. HEX triplet: 4A, 34 and 8A. RGB value is (74,52,138). Sum of RGB (Red+Green+Blue) = 74+52+138=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #4A348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A348A is #B5CB75. Grayscale: #444444. Windows color (decimal): -11914102 or 9057354. OLE color: 9057354.
HSL color Cylindrical-coordinate representation of color #4A348A: hue angle of 255.35º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A348A is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 52 | 138 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.46 |
| HSL | 255.35º | 0.45% | 0.37% | - |
| HSV(B) | 255.35º | 0.62% | 0.54% | - |
| XYZ | 8.64 | 5.75 | 24.7 | - |
| YUV | 68.38 | 167.29 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 138 | 0.46 | 0.62 | 0 | 0.46 | 255.35 | 0.45 | 0.37 |
| Hex | 4A | 34 | 8A | 2E | 3E | 0 | 2E | FF | 2D | 25 |
| Octal | 112 | 64 | 212 | 56 | 76 | 0 | 56 | 377 | 55 | 45 |
| Binary | 1001010 | 110100 | 10001010 | 101110 | 111110 | 0 | 101110 | 11111111 | 101101 | 100101 |
Color Harmonies of #4A348A
Complementary color
Monochromatic Colors of #4A348A
Black with #4A348A
Text Example
Text Example
White with #4A348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A348A; }
p { color: rgb(74,52,138); }
H1.HeaderClassName
{
color: #4A348A;
}
.AnyTagClassName
{
color: #4A348A;
}
</style>
background-color css
<style>
a { background-color: #4A348A; }
a { background-color: rgb(74,52,138); }
div.DivClassName
{
background-color: #4A348A;
}
.BgClassName
{
background-color: #4A348A;
}
</style>
border-color css
<style>
span { border-color: #4A348A; }
span { border-color: rgb(74,52,138); }
td.TdClassName
{
border-color: #4A348A;
}
.TagClassName
{
border-color: #4A348A;
}
</style>