Shades of Blue Gem #4633AB
Tints of Blue Gem #4633AB
RGB
CMYK
RGB Variations
Color information
#4633AB (or 0x4633AB) is known color: Blue Gem. HEX triplet: 46, 33 and AB. RGB value is (70,51,171). Sum of RGB (Red+Green+Blue) = 70+51+171=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #4633AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4633AB is #B9CC54. Grayscale: #454545. Windows color (decimal): -12176469 or 11219782. OLE color: 11219782.
HSL color Cylindrical-coordinate representation of color #4633AB: hue angle of 249.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4633AB is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 51 | 171 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.33 |
| HSL | 249.5º | 0.54% | 0.44% | - |
| HSV(B) | 249.5º | 0.7% | 0.67% | - |
| XYZ | 11.06 | 6.61 | 39.22 | - |
| YUV | 70.36 | 184.79 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 51 | 171 | 0.59 | 0.70 | 0 | 0.33 | 249.5 | 0.54 | 0.44 |
| Hex | 46 | 33 | AB | 3B | 46 | 0 | 21 | FA | 36 | 2C |
| Octal | 106 | 63 | 253 | 73 | 106 | 0 | 41 | 372 | 66 | 54 |
| Binary | 1000110 | 110011 | 10101011 | 111011 | 1000110 | 0 | 100001 | 11111010 | 110110 | 101100 |
Color Harmonies of #4633AB
Complementary color
Monochromatic Colors of #4633AB
Black with #4633AB
Text Example
Text Example
White with #4633AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4633AB; }
p { color: rgb(70,51,171); }
H1.HeaderClassName
{
color: #4633AB;
}
.AnyTagClassName
{
color: #4633AB;
}
</style>
background-color css
<style>
a { background-color: #4633AB; }
a { background-color: rgb(70,51,171); }
div.DivClassName
{
background-color: #4633AB;
}
.BgClassName
{
background-color: #4633AB;
}
</style>
border-color css
<style>
span { border-color: #4633AB; }
span { border-color: rgb(70,51,171); }
td.TdClassName
{
border-color: #4633AB;
}
.TagClassName
{
border-color: #4633AB;
}
</style>