Shades of Blue Gem #4F4892
Tints of Blue Gem #4F4892
RGB
CMYK
RGB Variations
Color information
#4F4892 (or 0x4F4892) is known color: Blue Gem. HEX triplet: 4F, 48 and 92. RGB value is (79,72,146). Sum of RGB (Red+Green+Blue) = 79+72+146=297 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.60% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #4F4892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4892 is #B0B76D. Grayscale: #525252. Windows color (decimal): -11581294 or 9586767. OLE color: 9586767.
HSL color Cylindrical-coordinate representation of color #4F4892: hue angle of 245.68º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F4892 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 72 | 146 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.43 |
| HSL | 245.68º | 0.34% | 0.43% | - |
| HSV(B) | 245.68º | 0.51% | 0.57% | - |
| XYZ | 10.73 | 8.37 | 28.24 | - |
| YUV | 82.53 | 163.82 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 146 | 0.46 | 0.51 | 0 | 0.43 | 245.68 | 0.34 | 0.43 |
| Hex | 4F | 48 | 92 | 2E | 33 | 0 | 2B | F6 | 22 | 2B |
| Octal | 117 | 110 | 222 | 56 | 63 | 0 | 53 | 366 | 42 | 53 |
| Binary | 1001111 | 1001000 | 10010010 | 101110 | 110011 | 0 | 101011 | 11110110 | 100010 | 101011 |
Color Harmonies of #4F4892
Complementary color
Monochromatic Colors of #4F4892
Black with #4F4892
Text Example
Text Example
White with #4F4892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4892; }
p { color: rgb(79,72,146); }
H1.HeaderClassName
{
color: #4F4892;
}
.AnyTagClassName
{
color: #4F4892;
}
</style>
background-color css
<style>
a { background-color: #4F4892; }
a { background-color: rgb(79,72,146); }
div.DivClassName
{
background-color: #4F4892;
}
.BgClassName
{
background-color: #4F4892;
}
</style>
border-color css
<style>
span { border-color: #4F4892; }
span { border-color: rgb(79,72,146); }
td.TdClassName
{
border-color: #4F4892;
}
.TagClassName
{
border-color: #4F4892;
}
</style>