Shades of Blue Gem #4A37A7
Tints of Blue Gem #4A37A7
RGB
CMYK
RGB Variations
Color information
#4A37A7 (or 0x4A37A7) is known color: Blue Gem. HEX triplet: 4A, 37 and A7. RGB value is (74,55,167). Sum of RGB (Red+Green+Blue) = 74+55+167=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 167 (65.62% from 255 or 56.42% from 296); Max value from RGB is 167 - color contains mainly: blue. Hex color #4A37A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A37A7 is #B5C858. Grayscale: #494949. Windows color (decimal): -11913305 or 10958666. OLE color: 10958666.
HSL color Cylindrical-coordinate representation of color #4A37A7: hue angle of 250.18º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A37A7 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 55 | 167 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.35 |
| HSL | 250.18º | 0.5% | 0.44% | - |
| HSV(B) | 250.18º | 0.67% | 0.65% | - |
| XYZ | 11.17 | 6.98 | 37.32 | - |
| YUV | 73.45 | 180.79 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 55 | 167 | 0.56 | 0.67 | 0 | 0.35 | 250.18 | 0.5 | 0.44 |
| Hex | 4A | 37 | A7 | 38 | 43 | 0 | 23 | FA | 32 | 2C |
| Octal | 112 | 67 | 247 | 70 | 103 | 0 | 43 | 372 | 62 | 54 |
| Binary | 1001010 | 110111 | 10100111 | 111000 | 1000011 | 0 | 100011 | 11111010 | 110010 | 101100 |
Color Harmonies of #4A37A7
Complementary color
Monochromatic Colors of #4A37A7
Black with #4A37A7
Text Example
Text Example
White with #4A37A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A37A7; }
p { color: rgb(74,55,167); }
H1.HeaderClassName
{
color: #4A37A7;
}
.AnyTagClassName
{
color: #4A37A7;
}
</style>
background-color css
<style>
a { background-color: #4A37A7; }
a { background-color: rgb(74,55,167); }
div.DivClassName
{
background-color: #4A37A7;
}
.BgClassName
{
background-color: #4A37A7;
}
</style>
border-color css
<style>
span { border-color: #4A37A7; }
span { border-color: rgb(74,55,167); }
td.TdClassName
{
border-color: #4A37A7;
}
.TagClassName
{
border-color: #4A37A7;
}
</style>