Shades of Blue Gem #4A368B
Tints of Blue Gem #4A368B
RGB
CMYK
RGB Variations
Color information
#4A368B (or 0x4A368B) is known color: Blue Gem. HEX triplet: 4A, 36 and 8B. RGB value is (74,54,139). Sum of RGB (Red+Green+Blue) = 74+54+139=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A368B is #B5C974. Grayscale: #454545. Windows color (decimal): -11913589 or 9123402. OLE color: 9123402.
HSL color Cylindrical-coordinate representation of color #4A368B: hue angle of 254.12º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A368B is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 54 | 139 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.45 |
| HSL | 254.12º | 0.44% | 0.38% | - |
| HSV(B) | 254.12º | 0.61% | 0.55% | - |
| XYZ | 8.8 | 5.96 | 25.11 | - |
| YUV | 69.67 | 167.13 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 54 | 139 | 0.47 | 0.61 | 0 | 0.45 | 254.12 | 0.44 | 0.38 |
| Hex | 4A | 36 | 8B | 2F | 3D | 0 | 2D | FE | 2C | 26 |
| Octal | 112 | 66 | 213 | 57 | 75 | 0 | 55 | 376 | 54 | 46 |
| Binary | 1001010 | 110110 | 10001011 | 101111 | 111101 | 0 | 101101 | 11111110 | 101100 | 100110 |
Color Harmonies of #4A368B
Complementary color
Monochromatic Colors of #4A368B
Black with #4A368B
Text Example
Text Example
White with #4A368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A368B; }
p { color: rgb(74,54,139); }
H1.HeaderClassName
{
color: #4A368B;
}
.AnyTagClassName
{
color: #4A368B;
}
</style>
background-color css
<style>
a { background-color: #4A368B; }
a { background-color: rgb(74,54,139); }
div.DivClassName
{
background-color: #4A368B;
}
.BgClassName
{
background-color: #4A368B;
}
</style>
border-color css
<style>
span { border-color: #4A368B; }
span { border-color: rgb(74,54,139); }
td.TdClassName
{
border-color: #4A368B;
}
.TagClassName
{
border-color: #4A368B;
}
</style>