Shades of Blue Gem #4C4397
Tints of Blue Gem #4C4397
RGB
CMYK
RGB Variations
Color information
#4C4397 (or 0x4C4397) is known color: Blue Gem. HEX triplet: 4C, 43 and 97. RGB value is (76,67,151). Sum of RGB (Red+Green+Blue) = 76+67+151=294 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.85% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 151 (59.38% from 255 or 51.36% from 294); Max value from RGB is 151 - color contains mainly: blue. Hex color #4C4397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4397 is #B3BC68. Grayscale: #4E4E4E. Windows color (decimal): -11779177 or 9913164. OLE color: 9913164.
HSL color Cylindrical-coordinate representation of color #4C4397: hue angle of 246.43º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C4397 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 67 | 151 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.41 |
| HSL | 246.43º | 0.39% | 0.43% | - |
| HSV(B) | 246.43º | 0.56% | 0.59% | - |
| XYZ | 10.57 | 7.79 | 30.22 | - |
| YUV | 79.27 | 168.48 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 151 | 0.50 | 0.56 | 0 | 0.41 | 246.43 | 0.39 | 0.43 |
| Hex | 4C | 43 | 97 | 32 | 38 | 0 | 29 | F6 | 27 | 2B |
| Octal | 114 | 103 | 227 | 62 | 70 | 0 | 51 | 366 | 47 | 53 |
| Binary | 1001100 | 1000011 | 10010111 | 110010 | 111000 | 0 | 101001 | 11110110 | 100111 | 101011 |
Color Harmonies of #4C4397
Complementary color
Monochromatic Colors of #4C4397
Black with #4C4397
Text Example
Text Example
White with #4C4397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4397; }
p { color: rgb(76,67,151); }
H1.HeaderClassName
{
color: #4C4397;
}
.AnyTagClassName
{
color: #4C4397;
}
</style>
background-color css
<style>
a { background-color: #4C4397; }
a { background-color: rgb(76,67,151); }
div.DivClassName
{
background-color: #4C4397;
}
.BgClassName
{
background-color: #4C4397;
}
</style>
border-color css
<style>
span { border-color: #4C4397; }
span { border-color: rgb(76,67,151); }
td.TdClassName
{
border-color: #4C4397;
}
.TagClassName
{
border-color: #4C4397;
}
</style>