Shades of Blue Gem #4223A9
Tints of Blue Gem #4223A9
RGB
CMYK
RGB Variations
Color information
#4223A9 (or 0x4223A9) is known color: Blue Gem. HEX triplet: 42, 23 and A9. RGB value is (66,35,169). Sum of RGB (Red+Green+Blue) = 66+35+169=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 169 (66.41% from 255 or 62.59% from 270); Max value from RGB is 169 - color contains mainly: blue. Hex color #4223A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4223A9 is #BDDC56. Grayscale: #3B3B3B. Windows color (decimal): -12442711 or 11084610. OLE color: 11084610.
HSL color Cylindrical-coordinate representation of color #4223A9: hue angle of 253.88º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4223A9 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 35 | 169 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.34 |
| HSL | 253.88º | 0.66% | 0.4% | - |
| HSV(B) | 253.88º | 0.79% | 0.66% | - |
| XYZ | 10.01 | 5.22 | 38.02 | - |
| YUV | 59.55 | 189.77 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 35 | 169 | 0.61 | 0.79 | 0 | 0.34 | 253.88 | 0.66 | 0.4 |
| Hex | 42 | 23 | A9 | 3D | 4F | 0 | 22 | FE | 42 | 28 |
| Octal | 102 | 43 | 251 | 75 | 117 | 0 | 42 | 376 | 102 | 50 |
| Binary | 1000010 | 100011 | 10101001 | 111101 | 1001111 | 0 | 100010 | 11111110 | 1000010 | 101000 |
Color Harmonies of #4223A9
Complementary color
Monochromatic Colors of #4223A9
Black with #4223A9
Text Example
Text Example
White with #4223A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4223A9; }
p { color: rgb(66,35,169); }
H1.HeaderClassName
{
color: #4223A9;
}
.AnyTagClassName
{
color: #4223A9;
}
</style>
background-color css
<style>
a { background-color: #4223A9; }
a { background-color: rgb(66,35,169); }
div.DivClassName
{
background-color: #4223A9;
}
.BgClassName
{
background-color: #4223A9;
}
</style>
border-color css
<style>
span { border-color: #4223A9; }
span { border-color: rgb(66,35,169); }
td.TdClassName
{
border-color: #4223A9;
}
.TagClassName
{
border-color: #4223A9;
}
</style>