Shades of Blue Gem #4D2297
Tints of Blue Gem #4D2297
RGB
CMYK
RGB Variations
Color information
#4D2297 (or 0x4D2297) is known color: Blue Gem. HEX triplet: 4D, 22 and 97. RGB value is (77,34,151). Sum of RGB (Red+Green+Blue) = 77+34+151=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 151 (59.38% from 255 or 57.63% from 262); Max value from RGB is 151 - color contains mainly: blue. Hex color #4D2297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2297 is #B2DD68. Grayscale: #3B3B3B. Windows color (decimal): -11722089 or 9904717. OLE color: 9904717.
HSL color Cylindrical-coordinate representation of color #4D2297: hue angle of 262.05º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D2297 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 34 | 151 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.41 |
| HSL | 262.05º | 0.63% | 0.36% | - |
| HSV(B) | 262.05º | 0.77% | 0.59% | - |
| XYZ | 9.22 | 4.96 | 29.75 | - |
| YUV | 60.2 | 179.25 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 151 | 0.49 | 0.77 | 0 | 0.41 | 262.05 | 0.63 | 0.36 |
| Hex | 4D | 22 | 97 | 31 | 4D | 0 | 29 | 106 | 3F | 24 |
| Octal | 115 | 42 | 227 | 61 | 115 | 0 | 51 | 406 | 77 | 44 |
| Binary | 1001101 | 100010 | 10010111 | 110001 | 1001101 | 0 | 101001 | 100000110 | 111111 | 100100 |
Color Harmonies of #4D2297
Complementary color
Monochromatic Colors of #4D2297
Black with #4D2297
Text Example
Text Example
White with #4D2297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2297; }
p { color: rgb(77,34,151); }
H1.HeaderClassName
{
color: #4D2297;
}
.AnyTagClassName
{
color: #4D2297;
}
</style>
background-color css
<style>
a { background-color: #4D2297; }
a { background-color: rgb(77,34,151); }
div.DivClassName
{
background-color: #4D2297;
}
.BgClassName
{
background-color: #4D2297;
}
</style>
border-color css
<style>
span { border-color: #4D2297; }
span { border-color: rgb(77,34,151); }
td.TdClassName
{
border-color: #4D2297;
}
.TagClassName
{
border-color: #4D2297;
}
</style>