Shades of Blue Gem #4030A0
Tints of Blue Gem #4030A0
RGB
CMYK
RGB Variations
Color information
#4030A0 (or 0x4030A0) is known color: Blue Gem. HEX triplet: 40, 30 and A0. RGB value is (64,48,160). Sum of RGB (Red+Green+Blue) = 64+48+160=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 160 (62.89% from 255 or 58.82% from 272); Max value from RGB is 160 - color contains mainly: blue. Hex color #4030A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4030A0 is #BFCF5F. Grayscale: #414141. Windows color (decimal): -12570464 or 10498112. OLE color: 10498112.
HSL color Cylindrical-coordinate representation of color #4030A0: hue angle of 248.57º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4030A0 is Cyan = 0.6, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 48 | 160 | - |
| CMYK | 0.6 | 0.70 | 0 | 0.37 |
| HSL | 248.57º | 0.54% | 0.41% | - |
| HSV(B) | 248.57º | 0.7% | 0.63% | - |
| XYZ | 9.52 | 5.74 | 33.86 | - |
| YUV | 65.55 | 181.3 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 160 | 0.6 | 0.70 | 0 | 0.37 | 248.57 | 0.54 | 0.41 |
| Hex | 40 | 30 | A0 | 3C | 46 | 0 | 25 | F9 | 36 | 29 |
| Octal | 100 | 60 | 240 | 74 | 106 | 0 | 45 | 371 | 66 | 51 |
| Binary | 1000000 | 110000 | 10100000 | 111100 | 1000110 | 0 | 100101 | 11111001 | 110110 | 101001 |
Color Harmonies of #4030A0
Complementary color
Monochromatic Colors of #4030A0
Black with #4030A0
Text Example
Text Example
White with #4030A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4030A0; }
p { color: rgb(64,48,160); }
H1.HeaderClassName
{
color: #4030A0;
}
.AnyTagClassName
{
color: #4030A0;
}
</style>
background-color css
<style>
a { background-color: #4030A0; }
a { background-color: rgb(64,48,160); }
div.DivClassName
{
background-color: #4030A0;
}
.BgClassName
{
background-color: #4030A0;
}
</style>
border-color css
<style>
span { border-color: #4030A0; }
span { border-color: rgb(64,48,160); }
td.TdClassName
{
border-color: #4030A0;
}
.TagClassName
{
border-color: #4030A0;
}
</style>