Shades of Blue Gem #4B3A85
Tints of Blue Gem #4B3A85
RGB
CMYK
RGB Variations
Color information
#4B3A85 (or 0x4B3A85) is known color: Blue Gem. HEX triplet: 4B, 3A and 85. RGB value is (75,58,133). Sum of RGB (Red+Green+Blue) = 75+58+133=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B3A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3A85 is #B4C57A. Grayscale: #474747. Windows color (decimal): -11847035 or 8731211. OLE color: 8731211.
HSL color Cylindrical-coordinate representation of color #4B3A85: hue angle of 253.6º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B3A85 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 75 | 58 | 133 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.48 |
| HSL | 253.6º | 0.39% | 0.37% | - |
| HSV(B) | 253.6º | 0.56% | 0.52% | - |
| XYZ | 8.65 | 6.22 | 22.93 | - |
| YUV | 71.63 | 162.63 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 58 | 133 | 0.44 | 0.56 | 0 | 0.48 | 253.6 | 0.39 | 0.37 |
| Hex | 4B | 3A | 85 | 2C | 38 | 0 | 30 | FE | 27 | 25 |
| Octal | 113 | 72 | 205 | 54 | 70 | 0 | 60 | 376 | 47 | 45 |
| Binary | 1001011 | 111010 | 10000101 | 101100 | 111000 | 0 | 110000 | 11111110 | 100111 | 100101 |
Color Harmonies of #4B3A85
Complementary color
Monochromatic Colors of #4B3A85
Black with #4B3A85
Text Example
Text Example
White with #4B3A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3A85; }
p { color: rgb(75,58,133); }
H1.HeaderClassName
{
color: #4B3A85;
}
.AnyTagClassName
{
color: #4B3A85;
}
</style>
background-color css
<style>
a { background-color: #4B3A85; }
a { background-color: rgb(75,58,133); }
div.DivClassName
{
background-color: #4B3A85;
}
.BgClassName
{
background-color: #4B3A85;
}
</style>
border-color css
<style>
span { border-color: #4B3A85; }
span { border-color: rgb(75,58,133); }
td.TdClassName
{
border-color: #4B3A85;
}
.TagClassName
{
border-color: #4B3A85;
}
</style>