Shades of Blue Gem #4938AB
Tints of Blue Gem #4938AB
RGB
CMYK
RGB Variations
Color information
#4938AB (or 0x4938AB) is known color: Blue Gem. HEX triplet: 49, 38 and AB. RGB value is (73,56,171). Sum of RGB (Red+Green+Blue) = 73+56+171=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #4938AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4938AB is #B6C754. Grayscale: #494949. Windows color (decimal): -11978581 or 11221065. OLE color: 11221065.
HSL color Cylindrical-coordinate representation of color #4938AB: hue angle of 248.87º 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 #4938AB is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 56 | 171 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.33 |
| HSL | 248.87º | 0.51% | 0.45% | - |
| HSV(B) | 248.87º | 0.67% | 0.67% | - |
| XYZ | 11.51 | 7.19 | 39.31 | - |
| YUV | 74.19 | 182.63 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 171 | 0.57 | 0.67 | 0 | 0.33 | 248.87 | 0.51 | 0.45 |
| Hex | 49 | 38 | AB | 39 | 43 | 0 | 21 | F9 | 33 | 2D |
| Octal | 111 | 70 | 253 | 71 | 103 | 0 | 41 | 371 | 63 | 55 |
| Binary | 1001001 | 111000 | 10101011 | 111001 | 1000011 | 0 | 100001 | 11111001 | 110011 | 101101 |
Color Harmonies of #4938AB
Complementary color
Monochromatic Colors of #4938AB
Black with #4938AB
Text Example
Text Example
White with #4938AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4938AB; }
p { color: rgb(73,56,171); }
H1.HeaderClassName
{
color: #4938AB;
}
.AnyTagClassName
{
color: #4938AB;
}
</style>
background-color css
<style>
a { background-color: #4938AB; }
a { background-color: rgb(73,56,171); }
div.DivClassName
{
background-color: #4938AB;
}
.BgClassName
{
background-color: #4938AB;
}
</style>
border-color css
<style>
span { border-color: #4938AB; }
span { border-color: rgb(73,56,171); }
td.TdClassName
{
border-color: #4938AB;
}
.TagClassName
{
border-color: #4938AB;
}
</style>