Shades of Blue Gem #4622AB
Tints of Blue Gem #4622AB
RGB
CMYK
RGB Variations
Color information
#4622AB (or 0x4622AB) is known color: Blue Gem. HEX triplet: 46, 22 and AB. RGB value is (70,34,171). Sum of RGB (Red+Green+Blue) = 70+34+171=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #4622AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4622AB is #B9DD54. Grayscale: #3B3B3B. Windows color (decimal): -12180821 or 11215430. OLE color: 11215430.
HSL color Cylindrical-coordinate representation of color #4622AB: hue angle of 255.77º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4622AB is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 34 | 171 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.33 |
| HSL | 255.77º | 0.67% | 0.4% | - |
| HSV(B) | 255.77º | 0.8% | 0.67% | - |
| XYZ | 10.45 | 5.39 | 39.02 | - |
| YUV | 60.38 | 190.43 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 171 | 0.59 | 0.80 | 0 | 0.33 | 255.77 | 0.67 | 0.4 |
| Hex | 46 | 22 | AB | 3B | 50 | 0 | 21 | 100 | 43 | 28 |
| Octal | 106 | 42 | 253 | 73 | 120 | 0 | 41 | 400 | 103 | 50 |
| Binary | 1000110 | 100010 | 10101011 | 111011 | 1010000 | 0 | 100001 | 100000000 | 1000011 | 101000 |
Color Harmonies of #4622AB
Complementary color
Monochromatic Colors of #4622AB
Black with #4622AB
Text Example
Text Example
White with #4622AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4622AB; }
p { color: rgb(70,34,171); }
H1.HeaderClassName
{
color: #4622AB;
}
.AnyTagClassName
{
color: #4622AB;
}
</style>
background-color css
<style>
a { background-color: #4622AB; }
a { background-color: rgb(70,34,171); }
div.DivClassName
{
background-color: #4622AB;
}
.BgClassName
{
background-color: #4622AB;
}
</style>
border-color css
<style>
span { border-color: #4622AB; }
span { border-color: rgb(70,34,171); }
td.TdClassName
{
border-color: #4622AB;
}
.TagClassName
{
border-color: #4622AB;
}
</style>