Shades of Blue Gem #4A4094
Tints of Blue Gem #4A4094
RGB
CMYK
RGB Variations
Color information
#4A4094 (or 0x4A4094) is known color: Blue Gem. HEX triplet: 4A, 40 and 94. RGB value is (74,64,148). Sum of RGB (Red+Green+Blue) = 74+64+148=286 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.87% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #4A4094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4094 is #B5BF6B. Grayscale: #4C4C4C. Windows color (decimal): -11911020 or 9715786. OLE color: 9715786.
HSL color Cylindrical-coordinate representation of color #4A4094: hue angle of 247.14º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A4094 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 64 | 148 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.42 |
| HSL | 247.14º | 0.4% | 0.42% | - |
| HSV(B) | 247.14º | 0.57% | 0.58% | - |
| XYZ | 10 | 7.26 | 28.89 | - |
| YUV | 76.57 | 168.31 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 148 | 0.50 | 0.57 | 0 | 0.42 | 247.14 | 0.4 | 0.42 |
| Hex | 4A | 40 | 94 | 32 | 39 | 0 | 2A | F7 | 28 | 2A |
| Octal | 112 | 100 | 224 | 62 | 71 | 0 | 52 | 367 | 50 | 52 |
| Binary | 1001010 | 1000000 | 10010100 | 110010 | 111001 | 0 | 101010 | 11110111 | 101000 | 101010 |
Color Harmonies of #4A4094
Complementary color
Monochromatic Colors of #4A4094
Black with #4A4094
Text Example
Text Example
White with #4A4094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4094; }
p { color: rgb(74,64,148); }
H1.HeaderClassName
{
color: #4A4094;
}
.AnyTagClassName
{
color: #4A4094;
}
</style>
background-color css
<style>
a { background-color: #4A4094; }
a { background-color: rgb(74,64,148); }
div.DivClassName
{
background-color: #4A4094;
}
.BgClassName
{
background-color: #4A4094;
}
</style>
border-color css
<style>
span { border-color: #4A4094; }
span { border-color: rgb(74,64,148); }
td.TdClassName
{
border-color: #4A4094;
}
.TagClassName
{
border-color: #4A4094;
}
</style>