Shades of Blue Gem #4A37B1
Tints of Blue Gem #4A37B1
RGB
CMYK
RGB Variations
Color information
#4A37B1 (or 0x4A37B1) is known color: Blue Gem. HEX triplet: 4A, 37 and B1. RGB value is (74,55,177). Sum of RGB (Red+Green+Blue) = 74+55+177=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 177 (69.53% from 255 or 57.84% from 306); Max value from RGB is 177 - color contains mainly: blue. Hex color #4A37B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A37B1 is #B5C84E. Grayscale: #4A4A4A. Windows color (decimal): -11913295 or 11614026. OLE color: 11614026.
HSL color Cylindrical-coordinate representation of color #4A37B1: hue angle of 249.34º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A37B1 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 55 | 177 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.31 |
| HSL | 249.34º | 0.53% | 0.45% | - |
| HSV(B) | 249.34º | 0.69% | 0.69% | - |
| XYZ | 12.13 | 7.36 | 42.38 | - |
| YUV | 74.59 | 185.79 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 55 | 177 | 0.58 | 0.69 | 0 | 0.31 | 249.34 | 0.53 | 0.45 |
| Hex | 4A | 37 | B1 | 3A | 45 | 0 | 1F | F9 | 35 | 2D |
| Octal | 112 | 67 | 261 | 72 | 105 | 0 | 37 | 371 | 65 | 55 |
| Binary | 1001010 | 110111 | 10110001 | 111010 | 1000101 | 0 | 11111 | 11111001 | 110101 | 101101 |
Color Harmonies of #4A37B1
Complementary color
Monochromatic Colors of #4A37B1
Black with #4A37B1
Text Example
Text Example
White with #4A37B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A37B1; }
p { color: rgb(74,55,177); }
H1.HeaderClassName
{
color: #4A37B1;
}
.AnyTagClassName
{
color: #4A37B1;
}
</style>
background-color css
<style>
a { background-color: #4A37B1; }
a { background-color: rgb(74,55,177); }
div.DivClassName
{
background-color: #4A37B1;
}
.BgClassName
{
background-color: #4A37B1;
}
</style>
border-color css
<style>
span { border-color: #4A37B1; }
span { border-color: rgb(74,55,177); }
td.TdClassName
{
border-color: #4A37B1;
}
.TagClassName
{
border-color: #4A37B1;
}
</style>