Shades of Blue Gem #4F3798
Tints of Blue Gem #4F3798
RGB
CMYK
RGB Variations
Color information
#4F3798 (or 0x4F3798) is known color: Blue Gem. HEX triplet: 4F, 37 and 98. RGB value is (79,55,152). Sum of RGB (Red+Green+Blue) = 79+55+152=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #4F3798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3798 is #B0C867. Grayscale: #484848. Windows color (decimal): -11585640 or 9975631. OLE color: 9975631.
HSL color Cylindrical-coordinate representation of color #4F3798: hue angle of 254.85º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F3798 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 55 | 152 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.40 |
| HSL | 254.85º | 0.47% | 0.41% | - |
| HSV(B) | 254.85º | 0.64% | 0.6% | - |
| XYZ | 10.26 | 6.66 | 30.45 | - |
| YUV | 73.23 | 172.45 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 55 | 152 | 0.48 | 0.64 | 0 | 0.40 | 254.85 | 0.47 | 0.41 |
| Hex | 4F | 37 | 98 | 30 | 40 | 0 | 28 | FF | 2F | 29 |
| Octal | 117 | 67 | 230 | 60 | 100 | 0 | 50 | 377 | 57 | 51 |
| Binary | 1001111 | 110111 | 10011000 | 110000 | 1000000 | 0 | 101000 | 11111111 | 101111 | 101001 |
Color Harmonies of #4F3798
Complementary color
Monochromatic Colors of #4F3798
Black with #4F3798
Text Example
Text Example
White with #4F3798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3798; }
p { color: rgb(79,55,152); }
H1.HeaderClassName
{
color: #4F3798;
}
.AnyTagClassName
{
color: #4F3798;
}
</style>
background-color css
<style>
a { background-color: #4F3798; }
a { background-color: rgb(79,55,152); }
div.DivClassName
{
background-color: #4F3798;
}
.BgClassName
{
background-color: #4F3798;
}
</style>
border-color css
<style>
span { border-color: #4F3798; }
span { border-color: rgb(79,55,152); }
td.TdClassName
{
border-color: #4F3798;
}
.TagClassName
{
border-color: #4F3798;
}
</style>