Shades of Blue Gem #4629A7
Tints of Blue Gem #4629A7
RGB
CMYK
RGB Variations
Color information
#4629A7 (or 0x4629A7) is known color: Blue Gem. HEX triplet: 46, 29 and A7. RGB value is (70,41,167). Sum of RGB (Red+Green+Blue) = 70+41+167=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 167 (65.62% from 255 or 60.07% from 278); Max value from RGB is 167 - color contains mainly: blue. Hex color #4629A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4629A7 is #B9D658. Grayscale: #3F3F3F. Windows color (decimal): -12179033 or 10955078. OLE color: 10955078.
HSL color Cylindrical-coordinate representation of color #4629A7: hue angle of 253.81º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4629A7 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 41 | 167 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.35 |
| HSL | 253.81º | 0.61% | 0.41% | - |
| HSV(B) | 253.81º | 0.75% | 0.65% | - |
| XYZ | 10.29 | 5.68 | 37.11 | - |
| YUV | 64.04 | 186.11 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 167 | 0.58 | 0.75 | 0 | 0.35 | 253.81 | 0.61 | 0.41 |
| Hex | 46 | 29 | A7 | 3A | 4B | 0 | 23 | FE | 3D | 29 |
| Octal | 106 | 51 | 247 | 72 | 113 | 0 | 43 | 376 | 75 | 51 |
| Binary | 1000110 | 101001 | 10100111 | 111010 | 1001011 | 0 | 100011 | 11111110 | 111101 | 101001 |
Color Harmonies of #4629A7
Complementary color
Monochromatic Colors of #4629A7
Black with #4629A7
Text Example
Text Example
White with #4629A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4629A7; }
p { color: rgb(70,41,167); }
H1.HeaderClassName
{
color: #4629A7;
}
.AnyTagClassName
{
color: #4629A7;
}
</style>
background-color css
<style>
a { background-color: #4629A7; }
a { background-color: rgb(70,41,167); }
div.DivClassName
{
background-color: #4629A7;
}
.BgClassName
{
background-color: #4629A7;
}
</style>
border-color css
<style>
span { border-color: #4629A7; }
span { border-color: rgb(70,41,167); }
td.TdClassName
{
border-color: #4629A7;
}
.TagClassName
{
border-color: #4629A7;
}
</style>