Shades of Blue Gem #4A328F
Tints of Blue Gem #4A328F
RGB
CMYK
RGB Variations
Color information
#4A328F (or 0x4A328F) is known color: Blue Gem. HEX triplet: 4A, 32 and 8F. RGB value is (74,50,143). Sum of RGB (Red+Green+Blue) = 74+50+143=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #4A328F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A328F is #B5CD70. Grayscale: #434343. Windows color (decimal): -11914609 or 9384522. OLE color: 9384522.
HSL color Cylindrical-coordinate representation of color #4A328F: hue angle of 255.48º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A328F is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 50 | 143 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.44 |
| HSL | 255.48º | 0.48% | 0.38% | - |
| HSV(B) | 255.48º | 0.65% | 0.56% | - |
| XYZ | 8.92 | 5.72 | 26.62 | - |
| YUV | 67.78 | 170.45 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 50 | 143 | 0.48 | 0.65 | 0 | 0.44 | 255.48 | 0.48 | 0.38 |
| Hex | 4A | 32 | 8F | 30 | 41 | 0 | 2C | FF | 30 | 26 |
| Octal | 112 | 62 | 217 | 60 | 101 | 0 | 54 | 377 | 60 | 46 |
| Binary | 1001010 | 110010 | 10001111 | 110000 | 1000001 | 0 | 101100 | 11111111 | 110000 | 100110 |
Color Harmonies of #4A328F
Complementary color
Monochromatic Colors of #4A328F
Black with #4A328F
Text Example
Text Example
White with #4A328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A328F; }
p { color: rgb(74,50,143); }
H1.HeaderClassName
{
color: #4A328F;
}
.AnyTagClassName
{
color: #4A328F;
}
</style>
background-color css
<style>
a { background-color: #4A328F; }
a { background-color: rgb(74,50,143); }
div.DivClassName
{
background-color: #4A328F;
}
.BgClassName
{
background-color: #4A328F;
}
</style>
border-color css
<style>
span { border-color: #4A328F; }
span { border-color: rgb(74,50,143); }
td.TdClassName
{
border-color: #4A328F;
}
.TagClassName
{
border-color: #4A328F;
}
</style>