Shades of Blue Gem #4938AC
Tints of Blue Gem #4938AC
RGB
CMYK
RGB Variations
Color information
#4938AC (or 0x4938AC) is known color: Blue Gem. HEX triplet: 49, 38 and AC. RGB value is (73,56,172). Sum of RGB (Red+Green+Blue) = 73+56+172=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #4938AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4938AC is #B6C753. Grayscale: #494949. Windows color (decimal): -11978580 or 11286601. OLE color: 11286601.
HSL color Cylindrical-coordinate representation of color #4938AC: hue angle of 248.79º 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 #4938AC is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 56 | 172 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.33 |
| HSL | 248.79º | 0.51% | 0.45% | - |
| HSV(B) | 248.79º | 0.67% | 0.67% | - |
| XYZ | 11.61 | 7.22 | 39.81 | - |
| YUV | 74.31 | 183.13 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 172 | 0.58 | 0.67 | 0 | 0.33 | 248.79 | 0.51 | 0.45 |
| Hex | 49 | 38 | AC | 3A | 43 | 0 | 21 | F9 | 33 | 2D |
| Octal | 111 | 70 | 254 | 72 | 103 | 0 | 41 | 371 | 63 | 55 |
| Binary | 1001001 | 111000 | 10101100 | 111010 | 1000011 | 0 | 100001 | 11111001 | 110011 | 101101 |
Color Harmonies of #4938AC
Complementary color
Monochromatic Colors of #4938AC
Black with #4938AC
Text Example
Text Example
White with #4938AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4938AC; }
p { color: rgb(73,56,172); }
H1.HeaderClassName
{
color: #4938AC;
}
.AnyTagClassName
{
color: #4938AC;
}
</style>
background-color css
<style>
a { background-color: #4938AC; }
a { background-color: rgb(73,56,172); }
div.DivClassName
{
background-color: #4938AC;
}
.BgClassName
{
background-color: #4938AC;
}
</style>
border-color css
<style>
span { border-color: #4938AC; }
span { border-color: rgb(73,56,172); }
td.TdClassName
{
border-color: #4938AC;
}
.TagClassName
{
border-color: #4938AC;
}
</style>