Shades of Blue Gem #4F4897
Tints of Blue Gem #4F4897
RGB
CMYK
RGB Variations
Color information
#4F4897 (or 0x4F4897) is known color: Blue Gem. HEX triplet: 4F, 48 and 97. RGB value is (79,72,151). Sum of RGB (Red+Green+Blue) = 79+72+151=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #4F4897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4897 is #B0B768. Grayscale: #525252. Windows color (decimal): -11581289 or 9914447. OLE color: 9914447.
HSL color Cylindrical-coordinate representation of color #4F4897: hue angle of 245.32º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F4897 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 79 | 72 | 151 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.41 |
| HSL | 245.32º | 0.35% | 0.44% | - |
| HSV(B) | 245.32º | 0.52% | 0.59% | - |
| XYZ | 11.13 | 8.53 | 30.34 | - |
| YUV | 83.1 | 166.32 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 151 | 0.48 | 0.52 | 0 | 0.41 | 245.32 | 0.35 | 0.44 |
| Hex | 4F | 48 | 97 | 30 | 34 | 0 | 29 | F5 | 23 | 2C |
| Octal | 117 | 110 | 227 | 60 | 64 | 0 | 51 | 365 | 43 | 54 |
| Binary | 1001111 | 1001000 | 10010111 | 110000 | 110100 | 0 | 101001 | 11110101 | 100011 | 101100 |
Color Harmonies of #4F4897
Complementary color
Monochromatic Colors of #4F4897
Black with #4F4897
Text Example
Text Example
White with #4F4897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4897; }
p { color: rgb(79,72,151); }
H1.HeaderClassName
{
color: #4F4897;
}
.AnyTagClassName
{
color: #4F4897;
}
</style>
background-color css
<style>
a { background-color: #4F4897; }
a { background-color: rgb(79,72,151); }
div.DivClassName
{
background-color: #4F4897;
}
.BgClassName
{
background-color: #4F4897;
}
</style>
border-color css
<style>
span { border-color: #4F4897; }
span { border-color: rgb(79,72,151); }
td.TdClassName
{
border-color: #4F4897;
}
.TagClassName
{
border-color: #4F4897;
}
</style>