Shades of Blue Gem #4028AC
Tints of Blue Gem #4028AC
RGB
CMYK
RGB Variations
Color information
#4028AC (or 0x4028AC) is known color: Blue Gem. HEX triplet: 40, 28 and AC. RGB value is (64,40,172). Sum of RGB (Red+Green+Blue) = 64+40+172=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #4028AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4028AC is #BFD753. Grayscale: #3D3D3D. Windows color (decimal): -12572500 or 11282496. OLE color: 11282496.
HSL color Cylindrical-coordinate representation of color #4028AC: hue angle of 250.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4028AC is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 40 | 172 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.33 |
| HSL | 250.91º | 0.62% | 0.42% | - |
| HSV(B) | 250.91º | 0.77% | 0.67% | - |
| XYZ | 10.32 | 5.59 | 39.56 | - |
| YUV | 62.22 | 189.95 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 172 | 0.63 | 0.77 | 0 | 0.33 | 250.91 | 0.62 | 0.42 |
| Hex | 40 | 28 | AC | 3F | 4D | 0 | 21 | FB | 3E | 2A |
| Octal | 100 | 50 | 254 | 77 | 115 | 0 | 41 | 373 | 76 | 52 |
| Binary | 1000000 | 101000 | 10101100 | 111111 | 1001101 | 0 | 100001 | 11111011 | 111110 | 101010 |
Color Harmonies of #4028AC
Complementary color
Monochromatic Colors of #4028AC
Black with #4028AC
Text Example
Text Example
White with #4028AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4028AC; }
p { color: rgb(64,40,172); }
H1.HeaderClassName
{
color: #4028AC;
}
.AnyTagClassName
{
color: #4028AC;
}
</style>
background-color css
<style>
a { background-color: #4028AC; }
a { background-color: rgb(64,40,172); }
div.DivClassName
{
background-color: #4028AC;
}
.BgClassName
{
background-color: #4028AC;
}
</style>
border-color css
<style>
span { border-color: #4028AC; }
span { border-color: rgb(64,40,172); }
td.TdClassName
{
border-color: #4028AC;
}
.TagClassName
{
border-color: #4028AC;
}
</style>