Shades of Blue Gem #4028B1
Tints of Blue Gem #4028B1
RGB
CMYK
RGB Variations
Color information
#4028B1 (or 0x4028B1) is known color: Blue Gem. HEX triplet: 40, 28 and B1. RGB value is (64,40,177). Sum of RGB (Red+Green+Blue) = 64+40+177=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 177 (69.53% from 255 or 62.99% from 281); Max value from RGB is 177 - color contains mainly: blue. Hex color #4028B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4028B1 is #BFD74E. Grayscale: #3E3E3E. Windows color (decimal): -12572495 or 11610176. OLE color: 11610176.
HSL color Cylindrical-coordinate representation of color #4028B1: hue angle of 250.51º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4028B1 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 40 | 177 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.31 |
| HSL | 250.51º | 0.63% | 0.43% | - |
| HSV(B) | 250.51º | 0.77% | 0.69% | - |
| XYZ | 10.81 | 5.78 | 42.14 | - |
| YUV | 62.79 | 192.45 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 177 | 0.64 | 0.77 | 0 | 0.31 | 250.51 | 0.63 | 0.43 |
| Hex | 40 | 28 | B1 | 40 | 4D | 0 | 1F | FB | 3F | 2B |
| Octal | 100 | 50 | 261 | 100 | 115 | 0 | 37 | 373 | 77 | 53 |
| Binary | 1000000 | 101000 | 10110001 | 1000000 | 1001101 | 0 | 11111 | 11111011 | 111111 | 101011 |
Color Harmonies of #4028B1
Complementary color
Monochromatic Colors of #4028B1
Black with #4028B1
Text Example
Text Example
White with #4028B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4028B1; }
p { color: rgb(64,40,177); }
H1.HeaderClassName
{
color: #4028B1;
}
.AnyTagClassName
{
color: #4028B1;
}
</style>
background-color css
<style>
a { background-color: #4028B1; }
a { background-color: rgb(64,40,177); }
div.DivClassName
{
background-color: #4028B1;
}
.BgClassName
{
background-color: #4028B1;
}
</style>
border-color css
<style>
span { border-color: #4028B1; }
span { border-color: rgb(64,40,177); }
td.TdClassName
{
border-color: #4028B1;
}
.TagClassName
{
border-color: #4028B1;
}
</style>