Shades of Blue Gem #4F30A0
Tints of Blue Gem #4F30A0
RGB
CMYK
RGB Variations
Color information
#4F30A0 (or 0x4F30A0) is known color: Blue Gem. HEX triplet: 4F, 30 and A0. RGB value is (79,48,160). Sum of RGB (Red+Green+Blue) = 79+48+160=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 160 (62.89% from 255 or 55.75% from 287); Max value from RGB is 160 - color contains mainly: blue. Hex color #4F30A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F30A0 is #B0CF5F. Grayscale: #454545. Windows color (decimal): -11587424 or 10498127. OLE color: 10498127.
HSL color Cylindrical-coordinate representation of color #4F30A0: hue angle of 256.61º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F30A0 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 48 | 160 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.37 |
| HSL | 256.61º | 0.54% | 0.41% | - |
| HSV(B) | 256.61º | 0.7% | 0.63% | - |
| XYZ | 10.63 | 6.31 | 33.92 | - |
| YUV | 70.04 | 178.77 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 48 | 160 | 0.51 | 0.70 | 0 | 0.37 | 256.61 | 0.54 | 0.41 |
| Hex | 4F | 30 | A0 | 33 | 46 | 0 | 25 | 101 | 36 | 29 |
| Octal | 117 | 60 | 240 | 63 | 106 | 0 | 45 | 401 | 66 | 51 |
| Binary | 1001111 | 110000 | 10100000 | 110011 | 1000110 | 0 | 100101 | 100000001 | 110110 | 101001 |
Color Harmonies of #4F30A0
Complementary color
Monochromatic Colors of #4F30A0
Black with #4F30A0
Text Example
Text Example
White with #4F30A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F30A0; }
p { color: rgb(79,48,160); }
H1.HeaderClassName
{
color: #4F30A0;
}
.AnyTagClassName
{
color: #4F30A0;
}
</style>
background-color css
<style>
a { background-color: #4F30A0; }
a { background-color: rgb(79,48,160); }
div.DivClassName
{
background-color: #4F30A0;
}
.BgClassName
{
background-color: #4F30A0;
}
</style>
border-color css
<style>
span { border-color: #4F30A0; }
span { border-color: rgb(79,48,160); }
td.TdClassName
{
border-color: #4F30A0;
}
.TagClassName
{
border-color: #4F30A0;
}
</style>