Shades of Blue Gem #4B37AB
Tints of Blue Gem #4B37AB
RGB
CMYK
RGB Variations
Color information
#4B37AB (or 0x4B37AB) is known color: Blue Gem. HEX triplet: 4B, 37 and AB. RGB value is (75,55,171). Sum of RGB (Red+Green+Blue) = 75+55+171=301 (39% of max value = 765). Red value is 75 (29.69% from 255 or 24.92% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B37AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B37AB is #B4C854. Grayscale: #494949. Windows color (decimal): -11847765 or 11220811. OLE color: 11220811.
HSL color Cylindrical-coordinate representation of color #4B37AB: hue angle of 250.34º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B37AB is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 55 | 171 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.33 |
| HSL | 250.34º | 0.51% | 0.44% | - |
| HSV(B) | 250.34º | 0.68% | 0.67% | - |
| XYZ | 11.62 | 7.17 | 39.3 | - |
| YUV | 74.2 | 182.63 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 55 | 171 | 0.56 | 0.68 | 0 | 0.33 | 250.34 | 0.51 | 0.44 |
| Hex | 4B | 37 | AB | 38 | 44 | 0 | 21 | FA | 33 | 2C |
| Octal | 113 | 67 | 253 | 70 | 104 | 0 | 41 | 372 | 63 | 54 |
| Binary | 1001011 | 110111 | 10101011 | 111000 | 1000100 | 0 | 100001 | 11111010 | 110011 | 101100 |
Color Harmonies of #4B37AB
Complementary color
Monochromatic Colors of #4B37AB
Black with #4B37AB
Text Example
Text Example
White with #4B37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B37AB; }
p { color: rgb(75,55,171); }
H1.HeaderClassName
{
color: #4B37AB;
}
.AnyTagClassName
{
color: #4B37AB;
}
</style>
background-color css
<style>
a { background-color: #4B37AB; }
a { background-color: rgb(75,55,171); }
div.DivClassName
{
background-color: #4B37AB;
}
.BgClassName
{
background-color: #4B37AB;
}
</style>
border-color css
<style>
span { border-color: #4B37AB; }
span { border-color: rgb(75,55,171); }
td.TdClassName
{
border-color: #4B37AB;
}
.TagClassName
{
border-color: #4B37AB;
}
</style>