Shades of Blue Gem #4027A6
Tints of Blue Gem #4027A6
RGB
CMYK
RGB Variations
Color information
#4027A6 (or 0x4027A6) is known color: Blue Gem. HEX triplet: 40, 27 and A6. RGB value is (64,39,166). Sum of RGB (Red+Green+Blue) = 64+39+166=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 166 (65.23% from 255 or 61.71% from 269); Max value from RGB is 166 - color contains mainly: blue. Hex color #4027A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4027A6 is #BFD859. Grayscale: #3C3C3C. Windows color (decimal): -12572762 or 10889024. OLE color: 10889024.
HSL color Cylindrical-coordinate representation of color #4027A6: hue angle of 251.81º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4027A6 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 39 | 166 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.35 |
| HSL | 251.81º | 0.62% | 0.4% | - |
| HSV(B) | 251.81º | 0.77% | 0.65% | - |
| XYZ | 9.72 | 5.29 | 36.59 | - |
| YUV | 60.95 | 187.28 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 39 | 166 | 0.61 | 0.77 | 0 | 0.35 | 251.81 | 0.62 | 0.4 |
| Hex | 40 | 27 | A6 | 3D | 4D | 0 | 23 | FC | 3E | 28 |
| Octal | 100 | 47 | 246 | 75 | 115 | 0 | 43 | 374 | 76 | 50 |
| Binary | 1000000 | 100111 | 10100110 | 111101 | 1001101 | 0 | 100011 | 11111100 | 111110 | 101000 |
Color Harmonies of #4027A6
Complementary color
Monochromatic Colors of #4027A6
Black with #4027A6
Text Example
Text Example
White with #4027A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4027A6; }
p { color: rgb(64,39,166); }
H1.HeaderClassName
{
color: #4027A6;
}
.AnyTagClassName
{
color: #4027A6;
}
</style>
background-color css
<style>
a { background-color: #4027A6; }
a { background-color: rgb(64,39,166); }
div.DivClassName
{
background-color: #4027A6;
}
.BgClassName
{
background-color: #4027A6;
}
</style>
border-color css
<style>
span { border-color: #4027A6; }
span { border-color: rgb(64,39,166); }
td.TdClassName
{
border-color: #4027A6;
}
.TagClassName
{
border-color: #4027A6;
}
</style>