Shades of Blue Gem #4219A0
Tints of Blue Gem #4219A0
RGB
CMYK
RGB Variations
Color information
#4219A0 (or 0x4219A0) is known color: Blue Gem. HEX triplet: 42, 19 and A0. RGB value is (66,25,160). Sum of RGB (Red+Green+Blue) = 66+25+160=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 160 (62.89% from 255 or 63.75% from 251); Max value from RGB is 160 - color contains mainly: blue. Hex color #4219A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4219A0 is #BDE65F. Grayscale: #343434. Windows color (decimal): -12445280 or 10492226. OLE color: 10492226.
HSL color Cylindrical-coordinate representation of color #4219A0: hue angle of 258.22º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4219A0 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 25 | 160 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.37 |
| HSL | 258.22º | 0.73% | 0.36% | - |
| HSV(B) | 258.22º | 0.84% | 0.63% | - |
| XYZ | 8.94 | 4.39 | 33.63 | - |
| YUV | 52.65 | 188.58 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 160 | 0.59 | 0.84 | 0 | 0.37 | 258.22 | 0.73 | 0.36 |
| Hex | 42 | 19 | A0 | 3B | 54 | 0 | 25 | 102 | 49 | 24 |
| Octal | 102 | 31 | 240 | 73 | 124 | 0 | 45 | 402 | 111 | 44 |
| Binary | 1000010 | 11001 | 10100000 | 111011 | 1010100 | 0 | 100101 | 100000010 | 1001001 | 100100 |
Color Harmonies of #4219A0
Complementary color
Monochromatic Colors of #4219A0
Black with #4219A0
Text Example
Text Example
White with #4219A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4219A0; }
p { color: rgb(66,25,160); }
H1.HeaderClassName
{
color: #4219A0;
}
.AnyTagClassName
{
color: #4219A0;
}
</style>
background-color css
<style>
a { background-color: #4219A0; }
a { background-color: rgb(66,25,160); }
div.DivClassName
{
background-color: #4219A0;
}
.BgClassName
{
background-color: #4219A0;
}
</style>
border-color css
<style>
span { border-color: #4219A0; }
span { border-color: rgb(66,25,160); }
td.TdClassName
{
border-color: #4219A0;
}
.TagClassName
{
border-color: #4219A0;
}
</style>