Shades of Blue Gem #4028AB
Tints of Blue Gem #4028AB
RGB
CMYK
RGB Variations
Color information
#4028AB (or 0x4028AB) is known color: Blue Gem. HEX triplet: 40, 28 and AB. RGB value is (64,40,171). Sum of RGB (Red+Green+Blue) = 64+40+171=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #4028AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4028AB is #BFD754. Grayscale: #3D3D3D. Windows color (decimal): -12572501 or 11216960. OLE color: 11216960.
HSL color Cylindrical-coordinate representation of color #4028AB: hue angle of 250.99º 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 #4028AB is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 40 | 171 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.33 |
| HSL | 250.99º | 0.62% | 0.41% | - |
| HSV(B) | 250.99º | 0.77% | 0.67% | - |
| XYZ | 10.22 | 5.55 | 39.06 | - |
| YUV | 62.11 | 189.45 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 171 | 0.63 | 0.77 | 0 | 0.33 | 250.99 | 0.62 | 0.41 |
| Hex | 40 | 28 | AB | 3F | 4D | 0 | 21 | FB | 3E | 29 |
| Octal | 100 | 50 | 253 | 77 | 115 | 0 | 41 | 373 | 76 | 51 |
| Binary | 1000000 | 101000 | 10101011 | 111111 | 1001101 | 0 | 100001 | 11111011 | 111110 | 101001 |
Color Harmonies of #4028AB
Complementary color
Monochromatic Colors of #4028AB
Black with #4028AB
Text Example
Text Example
White with #4028AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4028AB; }
p { color: rgb(64,40,171); }
H1.HeaderClassName
{
color: #4028AB;
}
.AnyTagClassName
{
color: #4028AB;
}
</style>
background-color css
<style>
a { background-color: #4028AB; }
a { background-color: rgb(64,40,171); }
div.DivClassName
{
background-color: #4028AB;
}
.BgClassName
{
background-color: #4028AB;
}
</style>
border-color css
<style>
span { border-color: #4028AB; }
span { border-color: rgb(64,40,171); }
td.TdClassName
{
border-color: #4028AB;
}
.TagClassName
{
border-color: #4028AB;
}
</style>