Shades of Blue Gem #4228AF
Tints of Blue Gem #4228AF
RGB
CMYK
RGB Variations
Color information
#4228AF (or 0x4228AF) is known color: Blue Gem. HEX triplet: 42, 28 and AF. RGB value is (66,40,175). Sum of RGB (Red+Green+Blue) = 66+40+175=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #4228AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4228AF is #BDD750. Grayscale: #3E3E3E. Windows color (decimal): -12441425 or 11479106. OLE color: 11479106.
HSL color Cylindrical-coordinate representation of color #4228AF: hue angle of 251.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4228AF is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 40 | 175 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.31 |
| HSL | 251.56º | 0.63% | 0.42% | - |
| HSV(B) | 251.56º | 0.77% | 0.69% | - |
| XYZ | 10.74 | 5.77 | 41.11 | - |
| YUV | 63.16 | 191.11 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 175 | 0.62 | 0.77 | 0 | 0.31 | 251.56 | 0.63 | 0.42 |
| Hex | 42 | 28 | AF | 3E | 4D | 0 | 1F | FC | 3F | 2A |
| Octal | 102 | 50 | 257 | 76 | 115 | 0 | 37 | 374 | 77 | 52 |
| Binary | 1000010 | 101000 | 10101111 | 111110 | 1001101 | 0 | 11111 | 11111100 | 111111 | 101010 |
Color Harmonies of #4228AF
Complementary color
Monochromatic Colors of #4228AF
Black with #4228AF
Text Example
Text Example
White with #4228AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4228AF; }
p { color: rgb(66,40,175); }
H1.HeaderClassName
{
color: #4228AF;
}
.AnyTagClassName
{
color: #4228AF;
}
</style>
background-color css
<style>
a { background-color: #4228AF; }
a { background-color: rgb(66,40,175); }
div.DivClassName
{
background-color: #4228AF;
}
.BgClassName
{
background-color: #4228AF;
}
</style>
border-color css
<style>
span { border-color: #4228AF; }
span { border-color: rgb(66,40,175); }
td.TdClassName
{
border-color: #4228AF;
}
.TagClassName
{
border-color: #4228AF;
}
</style>