Shades of Blue Gem #4628AA
Tints of Blue Gem #4628AA
RGB
CMYK
RGB Variations
Color information
#4628AA (or 0x4628AA) is known color: Blue Gem. HEX triplet: 46, 28 and AA. RGB value is (70,40,170). Sum of RGB (Red+Green+Blue) = 70+40+170=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #4628AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4628AA is #B9D755. Grayscale: #3F3F3F. Windows color (decimal): -12179286 or 11151430. OLE color: 11151430.
HSL color Cylindrical-coordinate representation of color #4628AA: hue angle of 253.85º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4628AA is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 40 | 170 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.33 |
| HSL | 253.85º | 0.62% | 0.41% | - |
| HSV(B) | 253.85º | 0.76% | 0.67% | - |
| XYZ | 10.54 | 5.72 | 38.58 | - |
| YUV | 63.79 | 187.94 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 170 | 0.59 | 0.76 | 0 | 0.33 | 253.85 | 0.62 | 0.41 |
| Hex | 46 | 28 | AA | 3B | 4C | 0 | 21 | FE | 3E | 29 |
| Octal | 106 | 50 | 252 | 73 | 114 | 0 | 41 | 376 | 76 | 51 |
| Binary | 1000110 | 101000 | 10101010 | 111011 | 1001100 | 0 | 100001 | 11111110 | 111110 | 101001 |
Color Harmonies of #4628AA
Complementary color
Monochromatic Colors of #4628AA
Black with #4628AA
Text Example
Text Example
White with #4628AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4628AA; }
p { color: rgb(70,40,170); }
H1.HeaderClassName
{
color: #4628AA;
}
.AnyTagClassName
{
color: #4628AA;
}
</style>
background-color css
<style>
a { background-color: #4628AA; }
a { background-color: rgb(70,40,170); }
div.DivClassName
{
background-color: #4628AA;
}
.BgClassName
{
background-color: #4628AA;
}
</style>
border-color css
<style>
span { border-color: #4628AA; }
span { border-color: rgb(70,40,170); }
td.TdClassName
{
border-color: #4628AA;
}
.TagClassName
{
border-color: #4628AA;
}
</style>