Shades of Blue Gem #4F4590
Tints of Blue Gem #4F4590
RGB
CMYK
RGB Variations
Color information
#4F4590 (or 0x4F4590) is known color: Blue Gem. HEX triplet: 4F, 45 and 90. RGB value is (79,69,144). Sum of RGB (Red+Green+Blue) = 79+69+144=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F4590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4590 is #B0BA6F. Grayscale: #505050. Windows color (decimal): -11582064 or 9454927. OLE color: 9454927.
HSL color Cylindrical-coordinate representation of color #4F4590: hue angle of 248º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F4590 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 69 | 144 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.44 |
| HSL | 248º | 0.35% | 0.42% | - |
| HSV(B) | 248º | 0.52% | 0.56% | - |
| XYZ | 10.39 | 7.93 | 27.37 | - |
| YUV | 80.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 144 | 0.45 | 0.52 | 0 | 0.44 | 248 | 0.35 | 0.42 |
| Hex | 4F | 45 | 90 | 2D | 34 | 0 | 2C | F8 | 23 | 2A |
| Octal | 117 | 105 | 220 | 55 | 64 | 0 | 54 | 370 | 43 | 52 |
| Binary | 1001111 | 1000101 | 10010000 | 101101 | 110100 | 0 | 101100 | 11111000 | 100011 | 101010 |
Color Harmonies of #4F4590
Complementary color
Monochromatic Colors of #4F4590
Black with #4F4590
Text Example
Text Example
White with #4F4590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4590; }
p { color: rgb(79,69,144); }
H1.HeaderClassName
{
color: #4F4590;
}
.AnyTagClassName
{
color: #4F4590;
}
</style>
background-color css
<style>
a { background-color: #4F4590; }
a { background-color: rgb(79,69,144); }
div.DivClassName
{
background-color: #4F4590;
}
.BgClassName
{
background-color: #4F4590;
}
</style>
border-color css
<style>
span { border-color: #4F4590; }
span { border-color: rgb(79,69,144); }
td.TdClassName
{
border-color: #4F4590;
}
.TagClassName
{
border-color: #4F4590;
}
</style>