Shades of Blue Gem #4B3882
Tints of Blue Gem #4B3882
RGB
CMYK
RGB Variations
Color information
#4B3882 (or 0x4B3882) is known color: Blue Gem. HEX triplet: 4B, 38 and 82. RGB value is (75,56,130). Sum of RGB (Red+Green+Blue) = 75+56+130=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #4B3882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3882 is #B4C77D. Grayscale: #454545. Windows color (decimal): -11847550 or 8534091. OLE color: 8534091.
HSL color Cylindrical-coordinate representation of color #4B3882: hue angle of 255.41º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B3882 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 56 | 130 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.49 |
| HSL | 255.41º | 0.4% | 0.36% | - |
| HSV(B) | 255.41º | 0.57% | 0.51% | - |
| XYZ | 8.35 | 5.94 | 21.83 | - |
| YUV | 70.12 | 161.79 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 56 | 130 | 0.42 | 0.57 | 0 | 0.49 | 255.41 | 0.4 | 0.36 |
| Hex | 4B | 38 | 82 | 2A | 39 | 0 | 31 | FF | 28 | 24 |
| Octal | 113 | 70 | 202 | 52 | 71 | 0 | 61 | 377 | 50 | 44 |
| Binary | 1001011 | 111000 | 10000010 | 101010 | 111001 | 0 | 110001 | 11111111 | 101000 | 100100 |
Color Harmonies of #4B3882
Complementary color
Monochromatic Colors of #4B3882
Black with #4B3882
Text Example
Text Example
White with #4B3882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3882; }
p { color: rgb(75,56,130); }
H1.HeaderClassName
{
color: #4B3882;
}
.AnyTagClassName
{
color: #4B3882;
}
</style>
background-color css
<style>
a { background-color: #4B3882; }
a { background-color: rgb(75,56,130); }
div.DivClassName
{
background-color: #4B3882;
}
.BgClassName
{
background-color: #4B3882;
}
</style>
border-color css
<style>
span { border-color: #4B3882; }
span { border-color: rgb(75,56,130); }
td.TdClassName
{
border-color: #4B3882;
}
.TagClassName
{
border-color: #4B3882;
}
</style>