Shades of Blue Gem #4C40A4
Tints of Blue Gem #4C40A4
RGB
CMYK
RGB Variations
Color information
#4C40A4 (or 0x4C40A4) is known color: Blue Gem. HEX triplet: 4C, 40 and A4. RGB value is (76,64,164). Sum of RGB (Red+Green+Blue) = 76+64+164=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 164 (64.45% from 255 or 53.95% from 304); Max value from RGB is 164 - color contains mainly: blue. Hex color #4C40A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C40A4 is #B3BF5B. Grayscale: #4E4E4E. Windows color (decimal): -11779932 or 10764364. OLE color: 10764364.
HSL color Cylindrical-coordinate representation of color #4C40A4: hue angle of 247.2º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C40A4 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 64 | 164 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.36 |
| HSL | 247.2º | 0.44% | 0.45% | - |
| HSV(B) | 247.2º | 0.61% | 0.64% | - |
| XYZ | 11.51 | 7.88 | 36.04 | - |
| YUV | 78.99 | 175.98 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 64 | 164 | 0.54 | 0.61 | 0 | 0.36 | 247.2 | 0.44 | 0.45 |
| Hex | 4C | 40 | A4 | 36 | 3D | 0 | 24 | F7 | 2C | 2D |
| Octal | 114 | 100 | 244 | 66 | 75 | 0 | 44 | 367 | 54 | 55 |
| Binary | 1001100 | 1000000 | 10100100 | 110110 | 111101 | 0 | 100100 | 11110111 | 101100 | 101101 |
Color Harmonies of #4C40A4
Complementary color
Monochromatic Colors of #4C40A4
Black with #4C40A4
Text Example
Text Example
White with #4C40A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C40A4; }
p { color: rgb(76,64,164); }
H1.HeaderClassName
{
color: #4C40A4;
}
.AnyTagClassName
{
color: #4C40A4;
}
</style>
background-color css
<style>
a { background-color: #4C40A4; }
a { background-color: rgb(76,64,164); }
div.DivClassName
{
background-color: #4C40A4;
}
.BgClassName
{
background-color: #4C40A4;
}
</style>
border-color css
<style>
span { border-color: #4C40A4; }
span { border-color: rgb(76,64,164); }
td.TdClassName
{
border-color: #4C40A4;
}
.TagClassName
{
border-color: #4C40A4;
}
</style>