Shades of Blue Gem #4428AF
Tints of Blue Gem #4428AF
RGB
CMYK
RGB Variations
Color information
#4428AF (or 0x4428AF) is known color: Blue Gem. HEX triplet: 44, 28 and AF. RGB value is (68,40,175). Sum of RGB (Red+Green+Blue) = 68+40+175=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #4428AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4428AF is #BBD750. Grayscale: #3F3F3F. Windows color (decimal): -12310353 or 11479108. OLE color: 11479108.
HSL color Cylindrical-coordinate representation of color #4428AF: hue angle of 252.44º 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 #4428AF is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 40 | 175 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.31 |
| HSL | 252.44º | 0.63% | 0.42% | - |
| HSV(B) | 252.44º | 0.77% | 0.69% | - |
| XYZ | 10.88 | 5.84 | 41.11 | - |
| YUV | 63.76 | 190.78 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 40 | 175 | 0.61 | 0.77 | 0 | 0.31 | 252.44 | 0.63 | 0.42 |
| Hex | 44 | 28 | AF | 3D | 4D | 0 | 1F | FC | 3F | 2A |
| Octal | 104 | 50 | 257 | 75 | 115 | 0 | 37 | 374 | 77 | 52 |
| Binary | 1000100 | 101000 | 10101111 | 111101 | 1001101 | 0 | 11111 | 11111100 | 111111 | 101010 |
Color Harmonies of #4428AF
Complementary color
Monochromatic Colors of #4428AF
Black with #4428AF
Text Example
Text Example
White with #4428AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4428AF; }
p { color: rgb(68,40,175); }
H1.HeaderClassName
{
color: #4428AF;
}
.AnyTagClassName
{
color: #4428AF;
}
</style>
background-color css
<style>
a { background-color: #4428AF; }
a { background-color: rgb(68,40,175); }
div.DivClassName
{
background-color: #4428AF;
}
.BgClassName
{
background-color: #4428AF;
}
</style>
border-color css
<style>
span { border-color: #4428AF; }
span { border-color: rgb(68,40,175); }
td.TdClassName
{
border-color: #4428AF;
}
.TagClassName
{
border-color: #4428AF;
}
</style>