Shades of Blue Gem #4218A9
Tints of Blue Gem #4218A9
RGB
CMYK
RGB Variations
Color information
#4218A9 (or 0x4218A9) is known color: Blue Gem. HEX triplet: 42, 18 and A9. RGB value is (66,24,169). Sum of RGB (Red+Green+Blue) = 66+24+169=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 169 (66.41% from 255 or 65.25% from 259); Max value from RGB is 169 - color contains mainly: blue. Hex color #4218A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4218A9 is #BDE756. Grayscale: #343434. Windows color (decimal): -12445527 or 11081794. OLE color: 11081794.
HSL color Cylindrical-coordinate representation of color #4218A9: hue angle of 257.38º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4218A9 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 24 | 169 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.34 |
| HSL | 257.38º | 0.75% | 0.38% | - |
| HSV(B) | 257.38º | 0.86% | 0.66% | - |
| XYZ | 9.73 | 4.68 | 37.93 | - |
| YUV | 53.09 | 193.41 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 24 | 169 | 0.61 | 0.86 | 0 | 0.34 | 257.38 | 0.75 | 0.38 |
| Hex | 42 | 18 | A9 | 3D | 56 | 0 | 22 | 101 | 4B | 26 |
| Octal | 102 | 30 | 251 | 75 | 126 | 0 | 42 | 401 | 113 | 46 |
| Binary | 1000010 | 11000 | 10101001 | 111101 | 1010110 | 0 | 100010 | 100000001 | 1001011 | 100110 |
Color Harmonies of #4218A9
Complementary color
Monochromatic Colors of #4218A9
Black with #4218A9
Text Example
Text Example
White with #4218A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4218A9; }
p { color: rgb(66,24,169); }
H1.HeaderClassName
{
color: #4218A9;
}
.AnyTagClassName
{
color: #4218A9;
}
</style>
background-color css
<style>
a { background-color: #4218A9; }
a { background-color: rgb(66,24,169); }
div.DivClassName
{
background-color: #4218A9;
}
.BgClassName
{
background-color: #4218A9;
}
</style>
border-color css
<style>
span { border-color: #4218A9; }
span { border-color: rgb(66,24,169); }
td.TdClassName
{
border-color: #4218A9;
}
.TagClassName
{
border-color: #4218A9;
}
</style>