Shades of Blue Gem #4F4390
Tints of Blue Gem #4F4390
RGB
CMYK
RGB Variations
Color information
#4F4390 (or 0x4F4390) is known color: Blue Gem. HEX triplet: 4F, 43 and 90. RGB value is (79,67,144). Sum of RGB (Red+Green+Blue) = 79+67+144=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F4390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4390 is #B0BC6F. Grayscale: #4F4F4F. Windows color (decimal): -11582576 or 9454415. OLE color: 9454415.
HSL color Cylindrical-coordinate representation of color #4F4390: hue angle of 249.35º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F4390 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 67 | 144 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.44 |
| HSL | 249.35º | 0.36% | 0.41% | - |
| HSV(B) | 249.35º | 0.53% | 0.56% | - |
| XYZ | 10.27 | 7.69 | 27.33 | - |
| YUV | 79.37 | 164.48 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 67 | 144 | 0.45 | 0.53 | 0 | 0.44 | 249.35 | 0.36 | 0.41 |
| Hex | 4F | 43 | 90 | 2D | 35 | 0 | 2C | F9 | 24 | 29 |
| Octal | 117 | 103 | 220 | 55 | 65 | 0 | 54 | 371 | 44 | 51 |
| Binary | 1001111 | 1000011 | 10010000 | 101101 | 110101 | 0 | 101100 | 11111001 | 100100 | 101001 |
Color Harmonies of #4F4390
Complementary color
Monochromatic Colors of #4F4390
Black with #4F4390
Text Example
Text Example
White with #4F4390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4390; }
p { color: rgb(79,67,144); }
H1.HeaderClassName
{
color: #4F4390;
}
.AnyTagClassName
{
color: #4F4390;
}
</style>
background-color css
<style>
a { background-color: #4F4390; }
a { background-color: rgb(79,67,144); }
div.DivClassName
{
background-color: #4F4390;
}
.BgClassName
{
background-color: #4F4390;
}
</style>
border-color css
<style>
span { border-color: #4F4390; }
span { border-color: rgb(79,67,144); }
td.TdClassName
{
border-color: #4F4390;
}
.TagClassName
{
border-color: #4F4390;
}
</style>