Shades of Blue Gem #4F4190
Tints of Blue Gem #4F4190
RGB
CMYK
RGB Variations
Color information
#4F4190 (or 0x4F4190) is known color: Blue Gem. HEX triplet: 4F, 41 and 90. RGB value is (79,65,144). Sum of RGB (Red+Green+Blue) = 79+65+144=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F4190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4190 is #B0BE6F. Grayscale: #4D4D4D. Windows color (decimal): -11583088 or 9453903. OLE color: 9453903.
HSL color Cylindrical-coordinate representation of color #4F4190: hue angle of 250.63º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F4190 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 65 | 144 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.44 |
| HSL | 250.63º | 0.38% | 0.41% | - |
| HSV(B) | 250.63º | 0.55% | 0.56% | - |
| XYZ | 10.15 | 7.46 | 27.29 | - |
| YUV | 78.19 | 165.14 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 144 | 0.45 | 0.55 | 0 | 0.44 | 250.63 | 0.38 | 0.41 |
| Hex | 4F | 41 | 90 | 2D | 37 | 0 | 2C | FB | 26 | 29 |
| Octal | 117 | 101 | 220 | 55 | 67 | 0 | 54 | 373 | 46 | 51 |
| Binary | 1001111 | 1000001 | 10010000 | 101101 | 110111 | 0 | 101100 | 11111011 | 100110 | 101001 |
Color Harmonies of #4F4190
Complementary color
Monochromatic Colors of #4F4190
Black with #4F4190
Text Example
Text Example
White with #4F4190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4190; }
p { color: rgb(79,65,144); }
H1.HeaderClassName
{
color: #4F4190;
}
.AnyTagClassName
{
color: #4F4190;
}
</style>
background-color css
<style>
a { background-color: #4F4190; }
a { background-color: rgb(79,65,144); }
div.DivClassName
{
background-color: #4F4190;
}
.BgClassName
{
background-color: #4F4190;
}
</style>
border-color css
<style>
span { border-color: #4F4190; }
span { border-color: rgb(79,65,144); }
td.TdClassName
{
border-color: #4F4190;
}
.TagClassName
{
border-color: #4F4190;
}
</style>