Shades of Blue Gem #4F339C
Tints of Blue Gem #4F339C
RGB
CMYK
RGB Variations
Color information
#4F339C (or 0x4F339C) is known color: Blue Gem. HEX triplet: 4F, 33 and 9C. RGB value is (79,51,156). Sum of RGB (Red+Green+Blue) = 79+51+156=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F339C is #B0CC63. Grayscale: #464646. Windows color (decimal): -11586660 or 10236751. OLE color: 10236751.
HSL color Cylindrical-coordinate representation of color #4F339C: hue angle of 256º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F339C is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 51 | 156 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.39 |
| HSL | 256º | 0.51% | 0.41% | - |
| HSV(B) | 256º | 0.67% | 0.61% | - |
| XYZ | 10.41 | 6.43 | 32.15 | - |
| YUV | 71.34 | 175.78 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 51 | 156 | 0.49 | 0.67 | 0 | 0.39 | 256 | 0.51 | 0.41 |
| Hex | 4F | 33 | 9C | 31 | 43 | 0 | 27 | 100 | 33 | 29 |
| Octal | 117 | 63 | 234 | 61 | 103 | 0 | 47 | 400 | 63 | 51 |
| Binary | 1001111 | 110011 | 10011100 | 110001 | 1000011 | 0 | 100111 | 100000000 | 110011 | 101001 |
Color Harmonies of #4F339C
Complementary color
Monochromatic Colors of #4F339C
Black with #4F339C
Text Example
Text Example
White with #4F339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F339C; }
p { color: rgb(79,51,156); }
H1.HeaderClassName
{
color: #4F339C;
}
.AnyTagClassName
{
color: #4F339C;
}
</style>
background-color css
<style>
a { background-color: #4F339C; }
a { background-color: rgb(79,51,156); }
div.DivClassName
{
background-color: #4F339C;
}
.BgClassName
{
background-color: #4F339C;
}
</style>
border-color css
<style>
span { border-color: #4F339C; }
span { border-color: rgb(79,51,156); }
td.TdClassName
{
border-color: #4F339C;
}
.TagClassName
{
border-color: #4F339C;
}
</style>