Shades of Blue Gem #4B3485
Tints of Blue Gem #4B3485
RGB
CMYK
RGB Variations
Color information
#4B3485 (or 0x4B3485) is known color: Blue Gem. HEX triplet: 4B, 34 and 85. RGB value is (75,52,133). Sum of RGB (Red+Green+Blue) = 75+52+133=260 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.85% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B3485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3485 is #B4CB7A. Grayscale: #434343. Windows color (decimal): -11848571 or 8729675. OLE color: 8729675.
HSL color Cylindrical-coordinate representation of color #4B3485: hue angle of 257.04º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B3485 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 75 | 52 | 133 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.48 |
| HSL | 257.04º | 0.44% | 0.36% | - |
| HSV(B) | 257.04º | 0.61% | 0.52% | - |
| XYZ | 8.36 | 5.65 | 22.84 | - |
| YUV | 68.11 | 164.62 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 52 | 133 | 0.44 | 0.61 | 0 | 0.48 | 257.04 | 0.44 | 0.36 |
| Hex | 4B | 34 | 85 | 2C | 3D | 0 | 30 | 101 | 2C | 24 |
| Octal | 113 | 64 | 205 | 54 | 75 | 0 | 60 | 401 | 54 | 44 |
| Binary | 1001011 | 110100 | 10000101 | 101100 | 111101 | 0 | 110000 | 100000001 | 101100 | 100100 |
Color Harmonies of #4B3485
Complementary color
Monochromatic Colors of #4B3485
Black with #4B3485
Text Example
Text Example
White with #4B3485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3485; }
p { color: rgb(75,52,133); }
H1.HeaderClassName
{
color: #4B3485;
}
.AnyTagClassName
{
color: #4B3485;
}
</style>
background-color css
<style>
a { background-color: #4B3485; }
a { background-color: rgb(75,52,133); }
div.DivClassName
{
background-color: #4B3485;
}
.BgClassName
{
background-color: #4B3485;
}
</style>
border-color css
<style>
span { border-color: #4B3485; }
span { border-color: rgb(75,52,133); }
td.TdClassName
{
border-color: #4B3485;
}
.TagClassName
{
border-color: #4B3485;
}
</style>