Shades of Blue Gem #4C449B
Tints of Blue Gem #4C449B
RGB
CMYK
RGB Variations
Color information
#4C449B (or 0x4C449B) is known color: Blue Gem. HEX triplet: 4C, 44 and 9B. RGB value is (76,68,155). Sum of RGB (Red+Green+Blue) = 76+68+155=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C449B is #B3BB64. Grayscale: #4F4F4F. Windows color (decimal): -11778917 or 10175564. OLE color: 10175564.
HSL color Cylindrical-coordinate representation of color #4C449B: hue angle of 245.52º 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 #4C449B is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 68 | 155 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.39 |
| HSL | 245.52º | 0.39% | 0.44% | - |
| HSV(B) | 245.52º | 0.56% | 0.61% | - |
| XYZ | 10.96 | 8.04 | 31.98 | - |
| YUV | 80.31 | 170.15 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 155 | 0.51 | 0.56 | 0 | 0.39 | 245.52 | 0.39 | 0.44 |
| Hex | 4C | 44 | 9B | 33 | 38 | 0 | 27 | F6 | 27 | 2C |
| Octal | 114 | 104 | 233 | 63 | 70 | 0 | 47 | 366 | 47 | 54 |
| Binary | 1001100 | 1000100 | 10011011 | 110011 | 111000 | 0 | 100111 | 11110110 | 100111 | 101100 |
Color Harmonies of #4C449B
Complementary color
Monochromatic Colors of #4C449B
Black with #4C449B
Text Example
Text Example
White with #4C449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C449B; }
p { color: rgb(76,68,155); }
H1.HeaderClassName
{
color: #4C449B;
}
.AnyTagClassName
{
color: #4C449B;
}
</style>
background-color css
<style>
a { background-color: #4C449B; }
a { background-color: rgb(76,68,155); }
div.DivClassName
{
background-color: #4C449B;
}
.BgClassName
{
background-color: #4C449B;
}
</style>
border-color css
<style>
span { border-color: #4C449B; }
span { border-color: rgb(76,68,155); }
td.TdClassName
{
border-color: #4C449B;
}
.TagClassName
{
border-color: #4C449B;
}
</style>