Shades of Blue Gem #4841A0
Tints of Blue Gem #4841A0
RGB
CMYK
RGB Variations
Color information
#4841A0 (or 0x4841A0) is known color: Blue Gem. HEX triplet: 48, 41 and A0. RGB value is (72,65,160). Sum of RGB (Red+Green+Blue) = 72+65+160=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 160 (62.89% from 255 or 53.87% from 297); Max value from RGB is 160 - color contains mainly: blue. Hex color #4841A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4841A0 is #B7BE5F. Grayscale: #4D4D4D. Windows color (decimal): -12041824 or 10502472. OLE color: 10502472.
HSL color Cylindrical-coordinate representation of color #4841A0: hue angle of 244.42º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4841A0 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 65 | 160 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.37 |
| HSL | 244.42º | 0.42% | 0.44% | - |
| HSV(B) | 244.42º | 0.59% | 0.63% | - |
| XYZ | 10.91 | 7.7 | 34.17 | - |
| YUV | 77.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 160 | 0.55 | 0.59 | 0 | 0.37 | 244.42 | 0.42 | 0.44 |
| Hex | 48 | 41 | A0 | 37 | 3B | 0 | 25 | F4 | 2A | 2C |
| Octal | 110 | 101 | 240 | 67 | 73 | 0 | 45 | 364 | 52 | 54 |
| Binary | 1001000 | 1000001 | 10100000 | 110111 | 111011 | 0 | 100101 | 11110100 | 101010 | 101100 |
Color Harmonies of #4841A0
Complementary color
Monochromatic Colors of #4841A0
Black with #4841A0
Text Example
Text Example
White with #4841A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4841A0; }
p { color: rgb(72,65,160); }
H1.HeaderClassName
{
color: #4841A0;
}
.AnyTagClassName
{
color: #4841A0;
}
</style>
background-color css
<style>
a { background-color: #4841A0; }
a { background-color: rgb(72,65,160); }
div.DivClassName
{
background-color: #4841A0;
}
.BgClassName
{
background-color: #4841A0;
}
</style>
border-color css
<style>
span { border-color: #4841A0; }
span { border-color: rgb(72,65,160); }
td.TdClassName
{
border-color: #4841A0;
}
.TagClassName
{
border-color: #4841A0;
}
</style>