Shades of Blue Gem #4A4397
Tints of Blue Gem #4A4397
RGB
CMYK
RGB Variations
Color information
#4A4397 (or 0x4A4397) is known color: Blue Gem. HEX triplet: 4A, 43 and 97. RGB value is (74,67,151). Sum of RGB (Red+Green+Blue) = 74+67+151=292 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.34% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 151 (59.38% from 255 or 51.71% from 292); Max value from RGB is 151 - color contains mainly: blue. Hex color #4A4397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4397 is #B5BC68. Grayscale: #4E4E4E. Windows color (decimal): -11910249 or 9913162. OLE color: 9913162.
HSL color Cylindrical-coordinate representation of color #4A4397: hue angle of 245º 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 #4A4397 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 74 | 67 | 151 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.41 |
| HSL | 245º | 0.39% | 0.43% | - |
| HSV(B) | 245º | 0.56% | 0.59% | - |
| XYZ | 10.42 | 7.7 | 30.22 | - |
| YUV | 78.67 | 168.82 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 151 | 0.51 | 0.56 | 0 | 0.41 | 245 | 0.39 | 0.43 |
| Hex | 4A | 43 | 97 | 33 | 38 | 0 | 29 | F5 | 27 | 2B |
| Octal | 112 | 103 | 227 | 63 | 70 | 0 | 51 | 365 | 47 | 53 |
| Binary | 1001010 | 1000011 | 10010111 | 110011 | 111000 | 0 | 101001 | 11110101 | 100111 | 101011 |
Color Harmonies of #4A4397
Complementary color
Monochromatic Colors of #4A4397
Black with #4A4397
Text Example
Text Example
White with #4A4397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4397; }
p { color: rgb(74,67,151); }
H1.HeaderClassName
{
color: #4A4397;
}
.AnyTagClassName
{
color: #4A4397;
}
</style>
background-color css
<style>
a { background-color: #4A4397; }
a { background-color: rgb(74,67,151); }
div.DivClassName
{
background-color: #4A4397;
}
.BgClassName
{
background-color: #4A4397;
}
</style>
border-color css
<style>
span { border-color: #4A4397; }
span { border-color: rgb(74,67,151); }
td.TdClassName
{
border-color: #4A4397;
}
.TagClassName
{
border-color: #4A4397;
}
</style>