Shades of Blue Gem #4A40A8
Tints of Blue Gem #4A40A8
RGB
CMYK
RGB Variations
Color information
#4A40A8 (or 0x4A40A8) is known color: Blue Gem. HEX triplet: 4A, 40 and A8. RGB value is (74,64,168). Sum of RGB (Red+Green+Blue) = 74+64+168=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 168 (66.02% from 255 or 54.90% from 306); Max value from RGB is 168 - color contains mainly: blue. Hex color #4A40A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A40A8 is #B5BF57. Grayscale: #4E4E4E. Windows color (decimal): -11911000 or 11026506. OLE color: 11026506.
HSL color Cylindrical-coordinate representation of color #4A40A8: hue angle of 245.77º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A40A8 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 74 | 64 | 168 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.34 |
| HSL | 245.77º | 0.45% | 0.45% | - |
| HSV(B) | 245.77º | 0.62% | 0.66% | - |
| XYZ | 11.73 | 7.95 | 37.96 | - |
| YUV | 78.85 | 178.31 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 168 | 0.56 | 0.62 | 0 | 0.34 | 245.77 | 0.45 | 0.45 |
| Hex | 4A | 40 | A8 | 38 | 3E | 0 | 22 | F6 | 2D | 2D |
| Octal | 112 | 100 | 250 | 70 | 76 | 0 | 42 | 366 | 55 | 55 |
| Binary | 1001010 | 1000000 | 10101000 | 111000 | 111110 | 0 | 100010 | 11110110 | 101101 | 101101 |
Color Harmonies of #4A40A8
Complementary color
Monochromatic Colors of #4A40A8
Black with #4A40A8
Text Example
Text Example
White with #4A40A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A40A8; }
p { color: rgb(74,64,168); }
H1.HeaderClassName
{
color: #4A40A8;
}
.AnyTagClassName
{
color: #4A40A8;
}
</style>
background-color css
<style>
a { background-color: #4A40A8; }
a { background-color: rgb(74,64,168); }
div.DivClassName
{
background-color: #4A40A8;
}
.BgClassName
{
background-color: #4A40A8;
}
</style>
border-color css
<style>
span { border-color: #4A40A8; }
span { border-color: rgb(74,64,168); }
td.TdClassName
{
border-color: #4A40A8;
}
.TagClassName
{
border-color: #4A40A8;
}
</style>