Shades of Blue Gem #4F3883
Tints of Blue Gem #4F3883
RGB
CMYK
RGB Variations
Color information
#4F3883 (or 0x4F3883) is known color: Blue Gem. HEX triplet: 4F, 38 and 83. RGB value is (79,56,131). Sum of RGB (Red+Green+Blue) = 79+56+131=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #4F3883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3883 is #B0C77C. Grayscale: #474747. Windows color (decimal): -11585405 or 8599631. OLE color: 8599631.
HSL color Cylindrical-coordinate representation of color #4F3883: hue angle of 258.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F3883 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 56 | 131 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.49 |
| HSL | 258.4º | 0.4% | 0.37% | - |
| HSV(B) | 258.4º | 0.57% | 0.51% | - |
| XYZ | 8.74 | 6.13 | 22.2 | - |
| YUV | 71.43 | 161.62 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 56 | 131 | 0.40 | 0.57 | 0 | 0.49 | 258.4 | 0.4 | 0.37 |
| Hex | 4F | 38 | 83 | 28 | 39 | 0 | 31 | 102 | 28 | 25 |
| Octal | 117 | 70 | 203 | 50 | 71 | 0 | 61 | 402 | 50 | 45 |
| Binary | 1001111 | 111000 | 10000011 | 101000 | 111001 | 0 | 110001 | 100000010 | 101000 | 100101 |
Color Harmonies of #4F3883
Complementary color
Monochromatic Colors of #4F3883
Black with #4F3883
Text Example
Text Example
White with #4F3883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3883; }
p { color: rgb(79,56,131); }
H1.HeaderClassName
{
color: #4F3883;
}
.AnyTagClassName
{
color: #4F3883;
}
</style>
background-color css
<style>
a { background-color: #4F3883; }
a { background-color: rgb(79,56,131); }
div.DivClassName
{
background-color: #4F3883;
}
.BgClassName
{
background-color: #4F3883;
}
</style>
border-color css
<style>
span { border-color: #4F3883; }
span { border-color: rgb(79,56,131); }
td.TdClassName
{
border-color: #4F3883;
}
.TagClassName
{
border-color: #4F3883;
}
</style>