Shades of Blue Gem #4B37AD
Tints of Blue Gem #4B37AD
RGB
CMYK
RGB Variations
Color information
#4B37AD (or 0x4B37AD) is known color: Blue Gem. HEX triplet: 4B, 37 and AD. RGB value is (75,55,173). Sum of RGB (Red+Green+Blue) = 75+55+173=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #4B37AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B37AD is #B4C852. Grayscale: #494949. Windows color (decimal): -11847763 or 11351883. OLE color: 11351883.
HSL color Cylindrical-coordinate representation of color #4B37AD: hue angle of 250.17º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B37AD is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 55 | 173 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.32 |
| HSL | 250.17º | 0.52% | 0.45% | - |
| HSV(B) | 250.17º | 0.68% | 0.68% | - |
| XYZ | 11.81 | 7.25 | 40.31 | - |
| YUV | 74.43 | 183.63 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 55 | 173 | 0.57 | 0.68 | 0 | 0.32 | 250.17 | 0.52 | 0.45 |
| Hex | 4B | 37 | AD | 39 | 44 | 0 | 20 | FA | 34 | 2D |
| Octal | 113 | 67 | 255 | 71 | 104 | 0 | 40 | 372 | 64 | 55 |
| Binary | 1001011 | 110111 | 10101101 | 111001 | 1000100 | 0 | 100000 | 11111010 | 110100 | 101101 |
Color Harmonies of #4B37AD
Complementary color
Monochromatic Colors of #4B37AD
Black with #4B37AD
Text Example
Text Example
White with #4B37AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B37AD; }
p { color: rgb(75,55,173); }
H1.HeaderClassName
{
color: #4B37AD;
}
.AnyTagClassName
{
color: #4B37AD;
}
</style>
background-color css
<style>
a { background-color: #4B37AD; }
a { background-color: rgb(75,55,173); }
div.DivClassName
{
background-color: #4B37AD;
}
.BgClassName
{
background-color: #4B37AD;
}
</style>
border-color css
<style>
span { border-color: #4B37AD; }
span { border-color: rgb(75,55,173); }
td.TdClassName
{
border-color: #4B37AD;
}
.TagClassName
{
border-color: #4B37AD;
}
</style>