Shades of Blue Gem #4F2F8E
Tints of Blue Gem #4F2F8E
RGB
CMYK
RGB Variations
Color information
#4F2F8E (or 0x4F2F8E) is known color: Blue Gem. HEX triplet: 4F, 2F and 8E. RGB value is (79,47,142). Sum of RGB (Red+Green+Blue) = 79+47+142=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #4F2F8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2F8E is #B0D071. Grayscale: #434343. Windows color (decimal): -11587698 or 9318223. OLE color: 9318223.
HSL color Cylindrical-coordinate representation of color #4F2F8E: hue angle of 260.21º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F2F8E is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 47 | 142 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.44 |
| HSL | 260.21º | 0.5% | 0.37% | - |
| HSV(B) | 260.21º | 0.67% | 0.56% | - |
| XYZ | 9.12 | 5.65 | 26.2 | - |
| YUV | 67.4 | 170.1 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 47 | 142 | 0.44 | 0.67 | 0 | 0.44 | 260.21 | 0.5 | 0.37 |
| Hex | 4F | 2F | 8E | 2C | 43 | 0 | 2C | 104 | 32 | 25 |
| Octal | 117 | 57 | 216 | 54 | 103 | 0 | 54 | 404 | 62 | 45 |
| Binary | 1001111 | 101111 | 10001110 | 101100 | 1000011 | 0 | 101100 | 100000100 | 110010 | 100101 |
Color Harmonies of #4F2F8E
Complementary color
Monochromatic Colors of #4F2F8E
Black with #4F2F8E
Text Example
Text Example
White with #4F2F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2F8E; }
p { color: rgb(79,47,142); }
H1.HeaderClassName
{
color: #4F2F8E;
}
.AnyTagClassName
{
color: #4F2F8E;
}
</style>
background-color css
<style>
a { background-color: #4F2F8E; }
a { background-color: rgb(79,47,142); }
div.DivClassName
{
background-color: #4F2F8E;
}
.BgClassName
{
background-color: #4F2F8E;
}
</style>
border-color css
<style>
span { border-color: #4F2F8E; }
span { border-color: rgb(79,47,142); }
td.TdClassName
{
border-color: #4F2F8E;
}
.TagClassName
{
border-color: #4F2F8E;
}
</style>