Shades of Blue Gem #4A389D
Tints of Blue Gem #4A389D
RGB
CMYK
RGB Variations
Color information
#4A389D (or 0x4A389D) is known color: Blue Gem. HEX triplet: 4A, 38 and 9D. RGB value is (74,56,157). Sum of RGB (Red+Green+Blue) = 74+56+157=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #4A389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A389D is #B5C762. Grayscale: #484848. Windows color (decimal): -11913059 or 10303562. OLE color: 10303562.
HSL color Cylindrical-coordinate representation of color #4A389D: hue angle of 250.69º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A389D is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 56 | 157 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.38 |
| HSL | 250.69º | 0.47% | 0.42% | - |
| HSV(B) | 250.69º | 0.64% | 0.62% | - |
| XYZ | 10.32 | 6.72 | 32.65 | - |
| YUV | 72.9 | 175.46 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 56 | 157 | 0.53 | 0.64 | 0 | 0.38 | 250.69 | 0.47 | 0.42 |
| Hex | 4A | 38 | 9D | 35 | 40 | 0 | 26 | FB | 2F | 2A |
| Octal | 112 | 70 | 235 | 65 | 100 | 0 | 46 | 373 | 57 | 52 |
| Binary | 1001010 | 111000 | 10011101 | 110101 | 1000000 | 0 | 100110 | 11111011 | 101111 | 101010 |
Color Harmonies of #4A389D
Complementary color
Monochromatic Colors of #4A389D
Black with #4A389D
Text Example
Text Example
White with #4A389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A389D; }
p { color: rgb(74,56,157); }
H1.HeaderClassName
{
color: #4A389D;
}
.AnyTagClassName
{
color: #4A389D;
}
</style>
background-color css
<style>
a { background-color: #4A389D; }
a { background-color: rgb(74,56,157); }
div.DivClassName
{
background-color: #4A389D;
}
.BgClassName
{
background-color: #4A389D;
}
</style>
border-color css
<style>
span { border-color: #4A389D; }
span { border-color: rgb(74,56,157); }
td.TdClassName
{
border-color: #4A389D;
}
.TagClassName
{
border-color: #4A389D;
}
</style>