Shades of Blue Gem #4019AC
Tints of Blue Gem #4019AC
RGB
CMYK
RGB Variations
Color information
#4019AC (or 0x4019AC) is known color: Blue Gem. HEX triplet: 40, 19 and AC. RGB value is (64,25,172). Sum of RGB (Red+Green+Blue) = 64+25+172=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #4019AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4019AC is #BFE653. Grayscale: #343434. Windows color (decimal): -12576340 or 11278656. OLE color: 11278656.
HSL color Cylindrical-coordinate representation of color #4019AC: hue angle of 255.92º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4019AC is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 25 | 172 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.33 |
| HSL | 255.92º | 0.75% | 0.39% | - |
| HSV(B) | 255.92º | 0.85% | 0.67% | - |
| XYZ | 9.91 | 4.76 | 39.43 | - |
| YUV | 53.42 | 194.92 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 172 | 0.63 | 0.85 | 0 | 0.33 | 255.92 | 0.75 | 0.39 |
| Hex | 40 | 19 | AC | 3F | 55 | 0 | 21 | 100 | 4B | 27 |
| Octal | 100 | 31 | 254 | 77 | 125 | 0 | 41 | 400 | 113 | 47 |
| Binary | 1000000 | 11001 | 10101100 | 111111 | 1010101 | 0 | 100001 | 100000000 | 1001011 | 100111 |
Color Harmonies of #4019AC
Complementary color
Monochromatic Colors of #4019AC
Black with #4019AC
Text Example
Text Example
White with #4019AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4019AC; }
p { color: rgb(64,25,172); }
H1.HeaderClassName
{
color: #4019AC;
}
.AnyTagClassName
{
color: #4019AC;
}
</style>
background-color css
<style>
a { background-color: #4019AC; }
a { background-color: rgb(64,25,172); }
div.DivClassName
{
background-color: #4019AC;
}
.BgClassName
{
background-color: #4019AC;
}
</style>
border-color css
<style>
span { border-color: #4019AC; }
span { border-color: rgb(64,25,172); }
td.TdClassName
{
border-color: #4019AC;
}
.TagClassName
{
border-color: #4019AC;
}
</style>