Shades of Blue Gem #4D3897
Tints of Blue Gem #4D3897
RGB
CMYK
RGB Variations
Color information
#4D3897 (or 0x4D3897) is known color: Blue Gem. HEX triplet: 4D, 38 and 97. RGB value is (77,56,151). Sum of RGB (Red+Green+Blue) = 77+56+151=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #4D3897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3897 is #B2C768. Grayscale: #484848. Windows color (decimal): -11716457 or 9910349. OLE color: 9910349.
HSL color Cylindrical-coordinate representation of color #4D3897: hue angle of 253.26º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D3897 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 56 | 151 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.41 |
| HSL | 253.26º | 0.46% | 0.41% | - |
| HSV(B) | 253.26º | 0.63% | 0.59% | - |
| XYZ | 10.06 | 6.64 | 30.03 | - |
| YUV | 73.11 | 171.96 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 151 | 0.49 | 0.63 | 0 | 0.41 | 253.26 | 0.46 | 0.41 |
| Hex | 4D | 38 | 97 | 31 | 3F | 0 | 29 | FD | 2E | 29 |
| Octal | 115 | 70 | 227 | 61 | 77 | 0 | 51 | 375 | 56 | 51 |
| Binary | 1001101 | 111000 | 10010111 | 110001 | 111111 | 0 | 101001 | 11111101 | 101110 | 101001 |
Color Harmonies of #4D3897
Complementary color
Monochromatic Colors of #4D3897
Black with #4D3897
Text Example
Text Example
White with #4D3897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3897; }
p { color: rgb(77,56,151); }
H1.HeaderClassName
{
color: #4D3897;
}
.AnyTagClassName
{
color: #4D3897;
}
</style>
background-color css
<style>
a { background-color: #4D3897; }
a { background-color: rgb(77,56,151); }
div.DivClassName
{
background-color: #4D3897;
}
.BgClassName
{
background-color: #4D3897;
}
</style>
border-color css
<style>
span { border-color: #4D3897; }
span { border-color: rgb(77,56,151); }
td.TdClassName
{
border-color: #4D3897;
}
.TagClassName
{
border-color: #4D3897;
}
</style>