Shades of Blue Gem #4F3888
Tints of Blue Gem #4F3888
RGB
CMYK
RGB Variations
Color information
#4F3888 (or 0x4F3888) is known color: Blue Gem. HEX triplet: 4F, 38 and 88. RGB value is (79,56,136). Sum of RGB (Red+Green+Blue) = 79+56+136=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #4F3888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3888 is #B0C777. Grayscale: #474747. Windows color (decimal): -11585400 or 8927311. OLE color: 8927311.
HSL color Cylindrical-coordinate representation of color #4F3888: hue angle of 257.25º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F3888 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 56 | 136 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.47 |
| HSL | 257.25º | 0.42% | 0.38% | - |
| HSV(B) | 257.25º | 0.59% | 0.53% | - |
| XYZ | 9.08 | 6.27 | 24.02 | - |
| YUV | 72 | 164.12 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 56 | 136 | 0.42 | 0.59 | 0 | 0.47 | 257.25 | 0.42 | 0.38 |
| Hex | 4F | 38 | 88 | 2A | 3B | 0 | 2F | 101 | 2A | 26 |
| Octal | 117 | 70 | 210 | 52 | 73 | 0 | 57 | 401 | 52 | 46 |
| Binary | 1001111 | 111000 | 10001000 | 101010 | 111011 | 0 | 101111 | 100000001 | 101010 | 100110 |
Color Harmonies of #4F3888
Complementary color
Monochromatic Colors of #4F3888
Black with #4F3888
Text Example
Text Example
White with #4F3888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3888; }
p { color: rgb(79,56,136); }
H1.HeaderClassName
{
color: #4F3888;
}
.AnyTagClassName
{
color: #4F3888;
}
</style>
background-color css
<style>
a { background-color: #4F3888; }
a { background-color: rgb(79,56,136); }
div.DivClassName
{
background-color: #4F3888;
}
.BgClassName
{
background-color: #4F3888;
}
</style>
border-color css
<style>
span { border-color: #4F3888; }
span { border-color: rgb(79,56,136); }
td.TdClassName
{
border-color: #4F3888;
}
.TagClassName
{
border-color: #4F3888;
}
</style>