Shades of Blue Gem #4F378A
Tints of Blue Gem #4F378A
RGB
CMYK
RGB Variations
Color information
#4F378A (or 0x4F378A) is known color: Blue Gem. HEX triplet: 4F, 37 and 8A. RGB value is (79,55,138). Sum of RGB (Red+Green+Blue) = 79+55+138=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F378A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F378A is #B0C875. Grayscale: #474747. Windows color (decimal): -11585654 or 9058127. OLE color: 9058127.
HSL color Cylindrical-coordinate representation of color #4F378A: hue angle of 257.35º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F378A is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 55 | 138 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.46 |
| HSL | 257.35º | 0.43% | 0.38% | - |
| HSV(B) | 257.35º | 0.6% | 0.54% | - |
| XYZ | 9.18 | 6.23 | 24.76 | - |
| YUV | 71.64 | 165.45 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 55 | 138 | 0.43 | 0.60 | 0 | 0.46 | 257.35 | 0.43 | 0.38 |
| Hex | 4F | 37 | 8A | 2B | 3C | 0 | 2E | 101 | 2B | 26 |
| Octal | 117 | 67 | 212 | 53 | 74 | 0 | 56 | 401 | 53 | 46 |
| Binary | 1001111 | 110111 | 10001010 | 101011 | 111100 | 0 | 101110 | 100000001 | 101011 | 100110 |
Color Harmonies of #4F378A
Complementary color
Monochromatic Colors of #4F378A
Black with #4F378A
Text Example
Text Example
White with #4F378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F378A; }
p { color: rgb(79,55,138); }
H1.HeaderClassName
{
color: #4F378A;
}
.AnyTagClassName
{
color: #4F378A;
}
</style>
background-color css
<style>
a { background-color: #4F378A; }
a { background-color: rgb(79,55,138); }
div.DivClassName
{
background-color: #4F378A;
}
.BgClassName
{
background-color: #4F378A;
}
</style>
border-color css
<style>
span { border-color: #4F378A; }
span { border-color: rgb(79,55,138); }
td.TdClassName
{
border-color: #4F378A;
}
.TagClassName
{
border-color: #4F378A;
}
</style>