Shades of Blue Gem #4F4893
Tints of Blue Gem #4F4893
RGB
CMYK
RGB Variations
Color information
#4F4893 (or 0x4F4893) is known color: Blue Gem. HEX triplet: 4F, 48 and 93. RGB value is (79,72,147). Sum of RGB (Red+Green+Blue) = 79+72+147=298 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.51% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #4F4893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4893 is #B0B76C. Grayscale: #525252. Windows color (decimal): -11581293 or 9652303. OLE color: 9652303.
HSL color Cylindrical-coordinate representation of color #4F4893: hue angle of 245.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F4893 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 72 | 147 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.42 |
| HSL | 245.6º | 0.34% | 0.43% | - |
| HSV(B) | 245.6º | 0.51% | 0.58% | - |
| XYZ | 10.81 | 8.4 | 28.66 | - |
| YUV | 82.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 147 | 0.46 | 0.51 | 0 | 0.42 | 245.6 | 0.34 | 0.43 |
| Hex | 4F | 48 | 93 | 2E | 33 | 0 | 2A | F6 | 22 | 2B |
| Octal | 117 | 110 | 223 | 56 | 63 | 0 | 52 | 366 | 42 | 53 |
| Binary | 1001111 | 1001000 | 10010011 | 101110 | 110011 | 0 | 101010 | 11110110 | 100010 | 101011 |
Color Harmonies of #4F4893
Complementary color
Monochromatic Colors of #4F4893
Black with #4F4893
Text Example
Text Example
White with #4F4893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4893; }
p { color: rgb(79,72,147); }
H1.HeaderClassName
{
color: #4F4893;
}
.AnyTagClassName
{
color: #4F4893;
}
</style>
background-color css
<style>
a { background-color: #4F4893; }
a { background-color: rgb(79,72,147); }
div.DivClassName
{
background-color: #4F4893;
}
.BgClassName
{
background-color: #4F4893;
}
</style>
border-color css
<style>
span { border-color: #4F4893; }
span { border-color: rgb(79,72,147); }
td.TdClassName
{
border-color: #4F4893;
}
.TagClassName
{
border-color: #4F4893;
}
</style>