Shades of Blue Gem #4A328A
Tints of Blue Gem #4A328A
RGB
CMYK
RGB Variations
Color information
#4A328A (or 0x4A328A) is known color: Blue Gem. HEX triplet: 4A, 32 and 8A. RGB value is (74,50,138). Sum of RGB (Red+Green+Blue) = 74+50+138=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #4A328A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A328A is #B5CD75. Grayscale: #424242. Windows color (decimal): -11914614 or 9056842. OLE color: 9056842.
HSL color Cylindrical-coordinate representation of color #4A328A: hue angle of 256.36º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A328A is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 50 | 138 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.46 |
| HSL | 256.36º | 0.47% | 0.37% | - |
| HSV(B) | 256.36º | 0.64% | 0.54% | - |
| XYZ | 8.55 | 5.57 | 24.67 | - |
| YUV | 67.21 | 167.95 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 50 | 138 | 0.46 | 0.64 | 0 | 0.46 | 256.36 | 0.47 | 0.37 |
| Hex | 4A | 32 | 8A | 2E | 40 | 0 | 2E | 100 | 2F | 25 |
| Octal | 112 | 62 | 212 | 56 | 100 | 0 | 56 | 400 | 57 | 45 |
| Binary | 1001010 | 110010 | 10001010 | 101110 | 1000000 | 0 | 101110 | 100000000 | 101111 | 100101 |
Color Harmonies of #4A328A
Complementary color
Monochromatic Colors of #4A328A
Black with #4A328A
Text Example
Text Example
White with #4A328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A328A; }
p { color: rgb(74,50,138); }
H1.HeaderClassName
{
color: #4A328A;
}
.AnyTagClassName
{
color: #4A328A;
}
</style>
background-color css
<style>
a { background-color: #4A328A; }
a { background-color: rgb(74,50,138); }
div.DivClassName
{
background-color: #4A328A;
}
.BgClassName
{
background-color: #4A328A;
}
</style>
border-color css
<style>
span { border-color: #4A328A; }
span { border-color: rgb(74,50,138); }
td.TdClassName
{
border-color: #4A328A;
}
.TagClassName
{
border-color: #4A328A;
}
</style>