Shades of Blue Gem #4F388C
Tints of Blue Gem #4F388C
RGB
CMYK
RGB Variations
Color information
#4F388C (or 0x4F388C) is known color: Blue Gem. HEX triplet: 4F, 38 and 8C. RGB value is (79,56,140). Sum of RGB (Red+Green+Blue) = 79+56+140=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F388C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F388C is #B0C773. Grayscale: #484848. Windows color (decimal): -11585396 or 9189455. OLE color: 9189455.
HSL color Cylindrical-coordinate representation of color #4F388C: hue angle of 256.43º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F388C is Cyan = 0.44, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 56 | 140 | - |
| CMYK | 0.44 | 0.6 | 0 | 0.45 |
| HSL | 256.43º | 0.43% | 0.38% | - |
| HSV(B) | 256.43º | 0.6% | 0.55% | - |
| XYZ | 9.37 | 6.38 | 25.55 | - |
| YUV | 72.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 56 | 140 | 0.44 | 0.6 | 0 | 0.45 | 256.43 | 0.43 | 0.38 |
| Hex | 4F | 38 | 8C | 2C | 3C | 0 | 2D | 100 | 2B | 26 |
| Octal | 117 | 70 | 214 | 54 | 74 | 0 | 55 | 400 | 53 | 46 |
| Binary | 1001111 | 111000 | 10001100 | 101100 | 111100 | 0 | 101101 | 100000000 | 101011 | 100110 |
Color Harmonies of #4F388C
Complementary color
Monochromatic Colors of #4F388C
Black with #4F388C
Text Example
Text Example
White with #4F388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F388C; }
p { color: rgb(79,56,140); }
H1.HeaderClassName
{
color: #4F388C;
}
.AnyTagClassName
{
color: #4F388C;
}
</style>
background-color css
<style>
a { background-color: #4F388C; }
a { background-color: rgb(79,56,140); }
div.DivClassName
{
background-color: #4F388C;
}
.BgClassName
{
background-color: #4F388C;
}
</style>
border-color css
<style>
span { border-color: #4F388C; }
span { border-color: rgb(79,56,140); }
td.TdClassName
{
border-color: #4F388C;
}
.TagClassName
{
border-color: #4F388C;
}
</style>