Shades of Blue Gem #4F378B
Tints of Blue Gem #4F378B
RGB
CMYK
RGB Variations
Color information
#4F378B (or 0x4F378B) is known color: Blue Gem. HEX triplet: 4F, 37 and 8B. RGB value is (79,55,139). Sum of RGB (Red+Green+Blue) = 79+55+139=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F378B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F378B is #B0C874. Grayscale: #474747. Windows color (decimal): -11585653 or 9123663. OLE color: 9123663.
HSL color Cylindrical-coordinate representation of color #4F378B: hue angle of 257.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F378B is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 55 | 139 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.45 |
| HSL | 257.14º | 0.43% | 0.38% | - |
| HSV(B) | 257.14º | 0.6% | 0.55% | - |
| XYZ | 9.25 | 6.26 | 25.15 | - |
| YUV | 71.75 | 165.95 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 55 | 139 | 0.43 | 0.60 | 0 | 0.45 | 257.14 | 0.43 | 0.38 |
| Hex | 4F | 37 | 8B | 2B | 3C | 0 | 2D | 101 | 2B | 26 |
| Octal | 117 | 67 | 213 | 53 | 74 | 0 | 55 | 401 | 53 | 46 |
| Binary | 1001111 | 110111 | 10001011 | 101011 | 111100 | 0 | 101101 | 100000001 | 101011 | 100110 |
Color Harmonies of #4F378B
Complementary color
Monochromatic Colors of #4F378B
Black with #4F378B
Text Example
Text Example
White with #4F378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F378B; }
p { color: rgb(79,55,139); }
H1.HeaderClassName
{
color: #4F378B;
}
.AnyTagClassName
{
color: #4F378B;
}
</style>
background-color css
<style>
a { background-color: #4F378B; }
a { background-color: rgb(79,55,139); }
div.DivClassName
{
background-color: #4F378B;
}
.BgClassName
{
background-color: #4F378B;
}
</style>
border-color css
<style>
span { border-color: #4F378B; }
span { border-color: rgb(79,55,139); }
td.TdClassName
{
border-color: #4F378B;
}
.TagClassName
{
border-color: #4F378B;
}
</style>