Shades of Blue Gem #4F4698
Tints of Blue Gem #4F4698
RGB
CMYK
RGB Variations
Color information
#4F4698 (or 0x4F4698) is known color: Blue Gem. HEX triplet: 4F, 46 and 98. RGB value is (79,70,152). Sum of RGB (Red+Green+Blue) = 79+70+152=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #4F4698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4698 is #B0B967. Grayscale: #515151. Windows color (decimal): -11581800 or 9979471. OLE color: 9979471.
HSL color Cylindrical-coordinate representation of color #4F4698: hue angle of 246.59º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F4698 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 70 | 152 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.40 |
| HSL | 246.59º | 0.37% | 0.44% | - |
| HSV(B) | 246.59º | 0.54% | 0.6% | - |
| XYZ | 11.08 | 8.31 | 30.73 | - |
| YUV | 82.04 | 167.48 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 70 | 152 | 0.48 | 0.54 | 0 | 0.40 | 246.59 | 0.37 | 0.44 |
| Hex | 4F | 46 | 98 | 30 | 36 | 0 | 28 | F7 | 25 | 2C |
| Octal | 117 | 106 | 230 | 60 | 66 | 0 | 50 | 367 | 45 | 54 |
| Binary | 1001111 | 1000110 | 10011000 | 110000 | 110110 | 0 | 101000 | 11110111 | 100101 | 101100 |
Color Harmonies of #4F4698
Complementary color
Monochromatic Colors of #4F4698
Black with #4F4698
Text Example
Text Example
White with #4F4698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4698; }
p { color: rgb(79,70,152); }
H1.HeaderClassName
{
color: #4F4698;
}
.AnyTagClassName
{
color: #4F4698;
}
</style>
background-color css
<style>
a { background-color: #4F4698; }
a { background-color: rgb(79,70,152); }
div.DivClassName
{
background-color: #4F4698;
}
.BgClassName
{
background-color: #4F4698;
}
</style>
border-color css
<style>
span { border-color: #4F4698; }
span { border-color: rgb(79,70,152); }
td.TdClassName
{
border-color: #4F4698;
}
.TagClassName
{
border-color: #4F4698;
}
</style>