Shades of Blue Gem #4D358A
Tints of Blue Gem #4D358A
RGB
CMYK
RGB Variations
Color information
#4D358A (or 0x4D358A) is known color: Blue Gem. HEX triplet: 4D, 35 and 8A. RGB value is (77,53,138). Sum of RGB (Red+Green+Blue) = 77+53+138=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D358A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D358A is #B2CA75. Grayscale: #454545. Windows color (decimal): -11717238 or 9057613. OLE color: 9057613.
HSL color Cylindrical-coordinate representation of color #4D358A: hue angle of 256.94º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D358A is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 53 | 138 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.46 |
| HSL | 256.94º | 0.45% | 0.37% | - |
| HSV(B) | 256.94º | 0.62% | 0.54% | - |
| XYZ | 8.92 | 5.96 | 24.72 | - |
| YUV | 69.87 | 166.45 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 138 | 0.44 | 0.62 | 0 | 0.46 | 256.94 | 0.45 | 0.37 |
| Hex | 4D | 35 | 8A | 2C | 3E | 0 | 2E | 101 | 2D | 25 |
| Octal | 115 | 65 | 212 | 54 | 76 | 0 | 56 | 401 | 55 | 45 |
| Binary | 1001101 | 110101 | 10001010 | 101100 | 111110 | 0 | 101110 | 100000001 | 101101 | 100101 |
Color Harmonies of #4D358A
Complementary color
Monochromatic Colors of #4D358A
Black with #4D358A
Text Example
Text Example
White with #4D358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D358A; }
p { color: rgb(77,53,138); }
H1.HeaderClassName
{
color: #4D358A;
}
.AnyTagClassName
{
color: #4D358A;
}
</style>
background-color css
<style>
a { background-color: #4D358A; }
a { background-color: rgb(77,53,138); }
div.DivClassName
{
background-color: #4D358A;
}
.BgClassName
{
background-color: #4D358A;
}
</style>
border-color css
<style>
span { border-color: #4D358A; }
span { border-color: rgb(77,53,138); }
td.TdClassName
{
border-color: #4D358A;
}
.TagClassName
{
border-color: #4D358A;
}
</style>