Shades of Blue Gem #4F3F90
Tints of Blue Gem #4F3F90
RGB
CMYK
RGB Variations
Color information
#4F3F90 (or 0x4F3F90) is known color: Blue Gem. HEX triplet: 4F, 3F and 90. RGB value is (79,63,144). Sum of RGB (Red+Green+Blue) = 79+63+144=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F3F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3F90 is #B0C06F. Grayscale: #4C4C4C. Windows color (decimal): -11583600 or 9453391. OLE color: 9453391.
HSL color Cylindrical-coordinate representation of color #4F3F90: hue angle of 251.85º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F3F90 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 63 | 144 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.44 |
| HSL | 251.85º | 0.39% | 0.41% | - |
| HSV(B) | 251.85º | 0.56% | 0.56% | - |
| XYZ | 10.04 | 7.23 | 27.25 | - |
| YUV | 77.02 | 165.8 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 63 | 144 | 0.45 | 0.56 | 0 | 0.44 | 251.85 | 0.39 | 0.41 |
| Hex | 4F | 3F | 90 | 2D | 38 | 0 | 2C | FC | 27 | 29 |
| Octal | 117 | 77 | 220 | 55 | 70 | 0 | 54 | 374 | 47 | 51 |
| Binary | 1001111 | 111111 | 10010000 | 101101 | 111000 | 0 | 101100 | 11111100 | 100111 | 101001 |
Color Harmonies of #4F3F90
Complementary color
Monochromatic Colors of #4F3F90
Black with #4F3F90
Text Example
Text Example
White with #4F3F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3F90; }
p { color: rgb(79,63,144); }
H1.HeaderClassName
{
color: #4F3F90;
}
.AnyTagClassName
{
color: #4F3F90;
}
</style>
background-color css
<style>
a { background-color: #4F3F90; }
a { background-color: rgb(79,63,144); }
div.DivClassName
{
background-color: #4F3F90;
}
.BgClassName
{
background-color: #4F3F90;
}
</style>
border-color css
<style>
span { border-color: #4F3F90; }
span { border-color: rgb(79,63,144); }
td.TdClassName
{
border-color: #4F3F90;
}
.TagClassName
{
border-color: #4F3F90;
}
</style>