Shades of Blue Gem #4F448D
Tints of Blue Gem #4F448D
RGB
CMYK
RGB Variations
Color information
#4F448D (or 0x4F448D) is known color: Blue Gem. HEX triplet: 4F, 44 and 8D. RGB value is (79,68,141). Sum of RGB (Red+Green+Blue) = 79+68+141=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F448D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F448D is #B0BB72. Grayscale: #4F4F4F. Windows color (decimal): -11582323 or 9258063. OLE color: 9258063.
HSL color Cylindrical-coordinate representation of color #4F448D: hue angle of 249.04º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F448D is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 68 | 141 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.45 |
| HSL | 249.04º | 0.35% | 0.41% | - |
| HSV(B) | 249.04º | 0.52% | 0.55% | - |
| XYZ | 10.1 | 7.72 | 26.16 | - |
| YUV | 79.61 | 162.64 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 68 | 141 | 0.44 | 0.52 | 0 | 0.45 | 249.04 | 0.35 | 0.41 |
| Hex | 4F | 44 | 8D | 2C | 34 | 0 | 2D | F9 | 23 | 29 |
| Octal | 117 | 104 | 215 | 54 | 64 | 0 | 55 | 371 | 43 | 51 |
| Binary | 1001111 | 1000100 | 10001101 | 101100 | 110100 | 0 | 101101 | 11111001 | 100011 | 101001 |
Color Harmonies of #4F448D
Complementary color
Monochromatic Colors of #4F448D
Black with #4F448D
Text Example
Text Example
White with #4F448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F448D; }
p { color: rgb(79,68,141); }
H1.HeaderClassName
{
color: #4F448D;
}
.AnyTagClassName
{
color: #4F448D;
}
</style>
background-color css
<style>
a { background-color: #4F448D; }
a { background-color: rgb(79,68,141); }
div.DivClassName
{
background-color: #4F448D;
}
.BgClassName
{
background-color: #4F448D;
}
</style>
border-color css
<style>
span { border-color: #4F448D; }
span { border-color: rgb(79,68,141); }
td.TdClassName
{
border-color: #4F448D;
}
.TagClassName
{
border-color: #4F448D;
}
</style>