Shades of Blue Gem #4228AB
Tints of Blue Gem #4228AB
RGB
CMYK
RGB Variations
Color information
#4228AB (or 0x4228AB) is known color: Blue Gem. HEX triplet: 42, 28 and AB. RGB value is (66,40,171). Sum of RGB (Red+Green+Blue) = 66+40+171=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #4228AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4228AB is #BDD754. Grayscale: #3E3E3E. Windows color (decimal): -12441429 or 11216962. OLE color: 11216962.
HSL color Cylindrical-coordinate representation of color #4228AB: hue angle of 251.91º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4228AB is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 40 | 171 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.33 |
| HSL | 251.91º | 0.62% | 0.41% | - |
| HSV(B) | 251.91º | 0.77% | 0.67% | - |
| XYZ | 10.36 | 5.62 | 39.07 | - |
| YUV | 62.71 | 189.11 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 171 | 0.61 | 0.77 | 0 | 0.33 | 251.91 | 0.62 | 0.41 |
| Hex | 42 | 28 | AB | 3D | 4D | 0 | 21 | FC | 3E | 29 |
| Octal | 102 | 50 | 253 | 75 | 115 | 0 | 41 | 374 | 76 | 51 |
| Binary | 1000010 | 101000 | 10101011 | 111101 | 1001101 | 0 | 100001 | 11111100 | 111110 | 101001 |
Color Harmonies of #4228AB
Complementary color
Monochromatic Colors of #4228AB
Black with #4228AB
Text Example
Text Example
White with #4228AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4228AB; }
p { color: rgb(66,40,171); }
H1.HeaderClassName
{
color: #4228AB;
}
.AnyTagClassName
{
color: #4228AB;
}
</style>
background-color css
<style>
a { background-color: #4228AB; }
a { background-color: rgb(66,40,171); }
div.DivClassName
{
background-color: #4228AB;
}
.BgClassName
{
background-color: #4228AB;
}
</style>
border-color css
<style>
span { border-color: #4228AB; }
span { border-color: rgb(66,40,171); }
td.TdClassName
{
border-color: #4228AB;
}
.TagClassName
{
border-color: #4228AB;
}
</style>