Shades of Blue Gem #4E449B
Tints of Blue Gem #4E449B
RGB
CMYK
RGB Variations
Color information
#4E449B (or 0x4E449B) is known color: Blue Gem. HEX triplet: 4E, 44 and 9B. RGB value is (78,68,155). Sum of RGB (Red+Green+Blue) = 78+68+155=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E449B is #B1BB64. Grayscale: #505050. Windows color (decimal): -11647845 or 10175566. OLE color: 10175566.
HSL color Cylindrical-coordinate representation of color #4E449B: hue angle of 246.9º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E449B is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 68 | 155 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.39 |
| HSL | 246.9º | 0.39% | 0.44% | - |
| HSV(B) | 246.9º | 0.56% | 0.61% | - |
| XYZ | 11.13 | 8.12 | 31.99 | - |
| YUV | 80.91 | 169.81 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 155 | 0.50 | 0.56 | 0 | 0.39 | 246.9 | 0.39 | 0.44 |
| Hex | 4E | 44 | 9B | 32 | 38 | 0 | 27 | F7 | 27 | 2C |
| Octal | 116 | 104 | 233 | 62 | 70 | 0 | 47 | 367 | 47 | 54 |
| Binary | 1001110 | 1000100 | 10011011 | 110010 | 111000 | 0 | 100111 | 11110111 | 100111 | 101100 |
Color Harmonies of #4E449B
Complementary color
Monochromatic Colors of #4E449B
Black with #4E449B
Text Example
Text Example
White with #4E449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E449B; }
p { color: rgb(78,68,155); }
H1.HeaderClassName
{
color: #4E449B;
}
.AnyTagClassName
{
color: #4E449B;
}
</style>
background-color css
<style>
a { background-color: #4E449B; }
a { background-color: rgb(78,68,155); }
div.DivClassName
{
background-color: #4E449B;
}
.BgClassName
{
background-color: #4E449B;
}
</style>
border-color css
<style>
span { border-color: #4E449B; }
span { border-color: rgb(78,68,155); }
td.TdClassName
{
border-color: #4E449B;
}
.TagClassName
{
border-color: #4E449B;
}
</style>