Shades of Blue Gem #4A388A
Tints of Blue Gem #4A388A
RGB
CMYK
RGB Variations
Color information
#4A388A (or 0x4A388A) is known color: Blue Gem. HEX triplet: 4A, 38 and 8A. RGB value is (74,56,138). Sum of RGB (Red+Green+Blue) = 74+56+138=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #4A388A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A388A is #B5C775. Grayscale: #464646. Windows color (decimal): -11913078 or 9058378. OLE color: 9058378.
HSL color Cylindrical-coordinate representation of color #4A388A: hue angle of 253.17º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A388A is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 56 | 138 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.46 |
| HSL | 253.17º | 0.42% | 0.38% | - |
| HSV(B) | 253.17º | 0.59% | 0.54% | - |
| XYZ | 8.83 | 6.12 | 24.76 | - |
| YUV | 70.73 | 165.96 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 56 | 138 | 0.46 | 0.59 | 0 | 0.46 | 253.17 | 0.42 | 0.38 |
| Hex | 4A | 38 | 8A | 2E | 3B | 0 | 2E | FD | 2A | 26 |
| Octal | 112 | 70 | 212 | 56 | 73 | 0 | 56 | 375 | 52 | 46 |
| Binary | 1001010 | 111000 | 10001010 | 101110 | 111011 | 0 | 101110 | 11111101 | 101010 | 100110 |
Color Harmonies of #4A388A
Complementary color
Monochromatic Colors of #4A388A
Black with #4A388A
Text Example
Text Example
White with #4A388A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A388A; }
p { color: rgb(74,56,138); }
H1.HeaderClassName
{
color: #4A388A;
}
.AnyTagClassName
{
color: #4A388A;
}
</style>
background-color css
<style>
a { background-color: #4A388A; }
a { background-color: rgb(74,56,138); }
div.DivClassName
{
background-color: #4A388A;
}
.BgClassName
{
background-color: #4A388A;
}
</style>
border-color css
<style>
span { border-color: #4A388A; }
span { border-color: rgb(74,56,138); }
td.TdClassName
{
border-color: #4A388A;
}
.TagClassName
{
border-color: #4A388A;
}
</style>