Shades of Blue Gem #4F369B
Tints of Blue Gem #4F369B
RGB
CMYK
RGB Variations
Color information
#4F369B (or 0x4F369B) is known color: Blue Gem. HEX triplet: 4F, 36 and 9B. RGB value is (79,54,155). Sum of RGB (Red+Green+Blue) = 79+54+155=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F369B is #B0C964. Grayscale: #484848. Windows color (decimal): -11585893 or 10171983. OLE color: 10171983.
HSL color Cylindrical-coordinate representation of color #4F369B: hue angle of 254.85º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F369B is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 54 | 155 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.39 |
| HSL | 254.85º | 0.48% | 0.41% | - |
| HSV(B) | 254.85º | 0.65% | 0.61% | - |
| XYZ | 10.46 | 6.67 | 31.75 | - |
| YUV | 72.99 | 174.28 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 54 | 155 | 0.49 | 0.65 | 0 | 0.39 | 254.85 | 0.48 | 0.41 |
| Hex | 4F | 36 | 9B | 31 | 41 | 0 | 27 | FF | 30 | 29 |
| Octal | 117 | 66 | 233 | 61 | 101 | 0 | 47 | 377 | 60 | 51 |
| Binary | 1001111 | 110110 | 10011011 | 110001 | 1000001 | 0 | 100111 | 11111111 | 110000 | 101001 |
Color Harmonies of #4F369B
Complementary color
Monochromatic Colors of #4F369B
Black with #4F369B
Text Example
Text Example
White with #4F369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F369B; }
p { color: rgb(79,54,155); }
H1.HeaderClassName
{
color: #4F369B;
}
.AnyTagClassName
{
color: #4F369B;
}
</style>
background-color css
<style>
a { background-color: #4F369B; }
a { background-color: rgb(79,54,155); }
div.DivClassName
{
background-color: #4F369B;
}
.BgClassName
{
background-color: #4F369B;
}
</style>
border-color css
<style>
span { border-color: #4F369B; }
span { border-color: rgb(79,54,155); }
td.TdClassName
{
border-color: #4F369B;
}
.TagClassName
{
border-color: #4F369B;
}
</style>