Shades of Blue Gem #4B3289
Tints of Blue Gem #4B3289
RGB
CMYK
RGB Variations
Color information
#4B3289 (or 0x4B3289) is known color: Blue Gem. HEX triplet: 4B, 32 and 89. RGB value is (75,50,137). Sum of RGB (Red+Green+Blue) = 75+50+137=262 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.63% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #4B3289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3289 is #B4CD76. Grayscale: #434343. Windows color (decimal): -11849079 or 8991307. OLE color: 8991307.
HSL color Cylindrical-coordinate representation of color #4B3289: hue angle of 257.24º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B3289 is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 75 | 50 | 137 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.46 |
| HSL | 257.24º | 0.47% | 0.37% | - |
| HSV(B) | 257.24º | 0.64% | 0.54% | - |
| XYZ | 8.56 | 5.58 | 24.29 | - |
| YUV | 67.39 | 167.28 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 137 | 0.45 | 0.64 | 0 | 0.46 | 257.24 | 0.47 | 0.37 |
| Hex | 4B | 32 | 89 | 2D | 40 | 0 | 2E | 101 | 2F | 25 |
| Octal | 113 | 62 | 211 | 55 | 100 | 0 | 56 | 401 | 57 | 45 |
| Binary | 1001011 | 110010 | 10001001 | 101101 | 1000000 | 0 | 101110 | 100000001 | 101111 | 100101 |
Color Harmonies of #4B3289
Complementary color
Monochromatic Colors of #4B3289
Black with #4B3289
Text Example
Text Example
White with #4B3289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3289; }
p { color: rgb(75,50,137); }
H1.HeaderClassName
{
color: #4B3289;
}
.AnyTagClassName
{
color: #4B3289;
}
</style>
background-color css
<style>
a { background-color: #4B3289; }
a { background-color: rgb(75,50,137); }
div.DivClassName
{
background-color: #4B3289;
}
.BgClassName
{
background-color: #4B3289;
}
</style>
border-color css
<style>
span { border-color: #4B3289; }
span { border-color: rgb(75,50,137); }
td.TdClassName
{
border-color: #4B3289;
}
.TagClassName
{
border-color: #4B3289;
}
</style>