Shades of Blue Gem #4D38AB
Tints of Blue Gem #4D38AB
RGB
CMYK
RGB Variations
Color information
#4D38AB (or 0x4D38AB) is known color: Blue Gem. HEX triplet: 4D, 38 and AB. RGB value is (77,56,171). Sum of RGB (Red+Green+Blue) = 77+56+171=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D38AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D38AB is #B2C754. Grayscale: #4A4A4A. Windows color (decimal): -11716437 or 11221069. OLE color: 11221069.
HSL color Cylindrical-coordinate representation of color #4D38AB: hue angle of 250.96º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D38AB is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 56 | 171 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.33 |
| HSL | 250.96º | 0.51% | 0.45% | - |
| HSV(B) | 250.96º | 0.67% | 0.67% | - |
| XYZ | 11.83 | 7.35 | 39.32 | - |
| YUV | 75.39 | 181.96 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 171 | 0.55 | 0.67 | 0 | 0.33 | 250.96 | 0.51 | 0.45 |
| Hex | 4D | 38 | AB | 37 | 43 | 0 | 21 | FB | 33 | 2D |
| Octal | 115 | 70 | 253 | 67 | 103 | 0 | 41 | 373 | 63 | 55 |
| Binary | 1001101 | 111000 | 10101011 | 110111 | 1000011 | 0 | 100001 | 11111011 | 110011 | 101101 |
Color Harmonies of #4D38AB
Complementary color
Monochromatic Colors of #4D38AB
Black with #4D38AB
Text Example
Text Example
White with #4D38AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D38AB; }
p { color: rgb(77,56,171); }
H1.HeaderClassName
{
color: #4D38AB;
}
.AnyTagClassName
{
color: #4D38AB;
}
</style>
background-color css
<style>
a { background-color: #4D38AB; }
a { background-color: rgb(77,56,171); }
div.DivClassName
{
background-color: #4D38AB;
}
.BgClassName
{
background-color: #4D38AB;
}
</style>
border-color css
<style>
span { border-color: #4D38AB; }
span { border-color: rgb(77,56,171); }
td.TdClassName
{
border-color: #4D38AB;
}
.TagClassName
{
border-color: #4D38AB;
}
</style>