Shades of Blue Gem #4F398B
Tints of Blue Gem #4F398B
RGB
CMYK
RGB Variations
Color information
#4F398B (or 0x4F398B) is known color: Blue Gem. HEX triplet: 4F, 39 and 8B. RGB value is (79,57,139). Sum of RGB (Red+Green+Blue) = 79+57+139=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F398B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F398B is #B0C674. Grayscale: #484848. Windows color (decimal): -11585141 or 9124175. OLE color: 9124175.
HSL color Cylindrical-coordinate representation of color #4F398B: hue angle of 256.1º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F398B is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 57 | 139 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.45 |
| HSL | 256.1º | 0.42% | 0.38% | - |
| HSV(B) | 256.1º | 0.59% | 0.55% | - |
| XYZ | 9.35 | 6.45 | 25.18 | - |
| YUV | 72.93 | 165.29 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 57 | 139 | 0.43 | 0.59 | 0 | 0.45 | 256.1 | 0.42 | 0.38 |
| Hex | 4F | 39 | 8B | 2B | 3B | 0 | 2D | 100 | 2A | 26 |
| Octal | 117 | 71 | 213 | 53 | 73 | 0 | 55 | 400 | 52 | 46 |
| Binary | 1001111 | 111001 | 10001011 | 101011 | 111011 | 0 | 101101 | 100000000 | 101010 | 100110 |
Color Harmonies of #4F398B
Complementary color
Monochromatic Colors of #4F398B
Black with #4F398B
Text Example
Text Example
White with #4F398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F398B; }
p { color: rgb(79,57,139); }
H1.HeaderClassName
{
color: #4F398B;
}
.AnyTagClassName
{
color: #4F398B;
}
</style>
background-color css
<style>
a { background-color: #4F398B; }
a { background-color: rgb(79,57,139); }
div.DivClassName
{
background-color: #4F398B;
}
.BgClassName
{
background-color: #4F398B;
}
</style>
border-color css
<style>
span { border-color: #4F398B; }
span { border-color: rgb(79,57,139); }
td.TdClassName
{
border-color: #4F398B;
}
.TagClassName
{
border-color: #4F398B;
}
</style>