Shades of Blue Gem #4A3792
Tints of Blue Gem #4A3792
RGB
CMYK
RGB Variations
Color information
#4A3792 (or 0x4A3792) is known color: Blue Gem. HEX triplet: 4A, 37 and 92. RGB value is (74,55,146). Sum of RGB (Red+Green+Blue) = 74+55+146=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A3792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3792 is #B5C86D. Grayscale: #464646. Windows color (decimal): -11913326 or 9582410. OLE color: 9582410.
HSL color Cylindrical-coordinate representation of color #4A3792: hue angle of 252.53º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A3792 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 74 | 55 | 146 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.43 |
| HSL | 252.53º | 0.45% | 0.39% | - |
| HSV(B) | 252.53º | 0.62% | 0.57% | - |
| XYZ | 9.38 | 6.26 | 27.91 | - |
| YUV | 71.06 | 170.29 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 55 | 146 | 0.49 | 0.62 | 0 | 0.43 | 252.53 | 0.45 | 0.39 |
| Hex | 4A | 37 | 92 | 31 | 3E | 0 | 2B | FD | 2D | 27 |
| Octal | 112 | 67 | 222 | 61 | 76 | 0 | 53 | 375 | 55 | 47 |
| Binary | 1001010 | 110111 | 10010010 | 110001 | 111110 | 0 | 101011 | 11111101 | 101101 | 100111 |
Color Harmonies of #4A3792
Complementary color
Monochromatic Colors of #4A3792
Black with #4A3792
Text Example
Text Example
White with #4A3792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3792; }
p { color: rgb(74,55,146); }
H1.HeaderClassName
{
color: #4A3792;
}
.AnyTagClassName
{
color: #4A3792;
}
</style>
background-color css
<style>
a { background-color: #4A3792; }
a { background-color: rgb(74,55,146); }
div.DivClassName
{
background-color: #4A3792;
}
.BgClassName
{
background-color: #4A3792;
}
</style>
border-color css
<style>
span { border-color: #4A3792; }
span { border-color: rgb(74,55,146); }
td.TdClassName
{
border-color: #4A3792;
}
.TagClassName
{
border-color: #4A3792;
}
</style>