Shades of Blue Gem #4F4794
Tints of Blue Gem #4F4794
RGB
CMYK
RGB Variations
Color information
#4F4794 (or 0x4F4794) is known color: Blue Gem. HEX triplet: 4F, 47 and 94. RGB value is (79,71,148). Sum of RGB (Red+Green+Blue) = 79+71+148=298 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.51% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #4F4794 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4794 is #B0B86B. Grayscale: #515151. Windows color (decimal): -11581548 or 9717583. OLE color: 9717583.
HSL color Cylindrical-coordinate representation of color #4F4794: hue angle of 246.23º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F4794 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 71 | 148 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.42 |
| HSL | 246.23º | 0.35% | 0.43% | - |
| HSV(B) | 246.23º | 0.52% | 0.58% | - |
| XYZ | 10.82 | 8.31 | 29.05 | - |
| YUV | 82.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 71 | 148 | 0.47 | 0.52 | 0 | 0.42 | 246.23 | 0.35 | 0.43 |
| Hex | 4F | 47 | 94 | 2F | 34 | 0 | 2A | F6 | 23 | 2B |
| Octal | 117 | 107 | 224 | 57 | 64 | 0 | 52 | 366 | 43 | 53 |
| Binary | 1001111 | 1000111 | 10010100 | 101111 | 110100 | 0 | 101010 | 11110110 | 100011 | 101011 |
Color Harmonies of #4F4794
Complementary color
Monochromatic Colors of #4F4794
Black with #4F4794
Text Example
Text Example
White with #4F4794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4794; }
p { color: rgb(79,71,148); }
H1.HeaderClassName
{
color: #4F4794;
}
.AnyTagClassName
{
color: #4F4794;
}
</style>
background-color css
<style>
a { background-color: #4F4794; }
a { background-color: rgb(79,71,148); }
div.DivClassName
{
background-color: #4F4794;
}
.BgClassName
{
background-color: #4F4794;
}
</style>
border-color css
<style>
span { border-color: #4F4794; }
span { border-color: rgb(79,71,148); }
td.TdClassName
{
border-color: #4F4794;
}
.TagClassName
{
border-color: #4F4794;
}
</style>