Shades of Blue Gem #4C3B83
Tints of Blue Gem #4C3B83
RGB
CMYK
RGB Variations
Color information
#4C3B83 (or 0x4C3B83) is known color: Blue Gem. HEX triplet: 4C, 3B and 83. RGB value is (76,59,131). Sum of RGB (Red+Green+Blue) = 76+59+131=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #4C3B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3B83 is #B3C47C. Grayscale: #484848. Windows color (decimal): -11781245 or 8600396. OLE color: 8600396.
HSL color Cylindrical-coordinate representation of color #4C3B83: hue angle of 254.17º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C3B83 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 59 | 131 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.49 |
| HSL | 254.17º | 0.38% | 0.37% | - |
| HSV(B) | 254.17º | 0.55% | 0.51% | - |
| XYZ | 8.64 | 6.3 | 22.23 | - |
| YUV | 72.29 | 161.13 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 59 | 131 | 0.42 | 0.55 | 0 | 0.49 | 254.17 | 0.38 | 0.37 |
| Hex | 4C | 3B | 83 | 2A | 37 | 0 | 31 | FE | 26 | 25 |
| Octal | 114 | 73 | 203 | 52 | 67 | 0 | 61 | 376 | 46 | 45 |
| Binary | 1001100 | 111011 | 10000011 | 101010 | 110111 | 0 | 110001 | 11111110 | 100110 | 100101 |
Color Harmonies of #4C3B83
Complementary color
Monochromatic Colors of #4C3B83
Black with #4C3B83
Text Example
Text Example
White with #4C3B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3B83; }
p { color: rgb(76,59,131); }
H1.HeaderClassName
{
color: #4C3B83;
}
.AnyTagClassName
{
color: #4C3B83;
}
</style>
background-color css
<style>
a { background-color: #4C3B83; }
a { background-color: rgb(76,59,131); }
div.DivClassName
{
background-color: #4C3B83;
}
.BgClassName
{
background-color: #4C3B83;
}
</style>
border-color css
<style>
span { border-color: #4C3B83; }
span { border-color: rgb(76,59,131); }
td.TdClassName
{
border-color: #4C3B83;
}
.TagClassName
{
border-color: #4C3B83;
}
</style>