Shades of Blue Gem #4D368A
Tints of Blue Gem #4D368A
RGB
CMYK
RGB Variations
Color information
#4D368A (or 0x4D368A) is known color: Blue Gem. HEX triplet: 4D, 36 and 8A. RGB value is (77,54,138). Sum of RGB (Red+Green+Blue) = 77+54+138=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D368A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D368A is #B2C975. Grayscale: #464646. Windows color (decimal): -11716982 or 9057869. OLE color: 9057869.
HSL color Cylindrical-coordinate representation of color #4D368A: hue angle of 256.43º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D368A is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 54 | 138 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.46 |
| HSL | 256.43º | 0.44% | 0.38% | - |
| HSV(B) | 256.43º | 0.61% | 0.54% | - |
| XYZ | 8.97 | 6.05 | 24.74 | - |
| YUV | 70.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 138 | 0.44 | 0.61 | 0 | 0.46 | 256.43 | 0.44 | 0.38 |
| Hex | 4D | 36 | 8A | 2C | 3D | 0 | 2E | 100 | 2C | 26 |
| Octal | 115 | 66 | 212 | 54 | 75 | 0 | 56 | 400 | 54 | 46 |
| Binary | 1001101 | 110110 | 10001010 | 101100 | 111101 | 0 | 101110 | 100000000 | 101100 | 100110 |
Color Harmonies of #4D368A
Complementary color
Monochromatic Colors of #4D368A
Black with #4D368A
Text Example
Text Example
White with #4D368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D368A; }
p { color: rgb(77,54,138); }
H1.HeaderClassName
{
color: #4D368A;
}
.AnyTagClassName
{
color: #4D368A;
}
</style>
background-color css
<style>
a { background-color: #4D368A; }
a { background-color: rgb(77,54,138); }
div.DivClassName
{
background-color: #4D368A;
}
.BgClassName
{
background-color: #4D368A;
}
</style>
border-color css
<style>
span { border-color: #4D368A; }
span { border-color: rgb(77,54,138); }
td.TdClassName
{
border-color: #4D368A;
}
.TagClassName
{
border-color: #4D368A;
}
</style>