Shades of Blue Gem #4329AB
Tints of Blue Gem #4329AB
RGB
CMYK
RGB Variations
Color information
#4329AB (or 0x4329AB) is known color: Blue Gem. HEX triplet: 43, 29 and AB. RGB value is (67,41,171). Sum of RGB (Red+Green+Blue) = 67+41+171=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #4329AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4329AB is #BCD654. Grayscale: #3F3F3F. Windows color (decimal): -12375637 or 11217219. OLE color: 11217219.
HSL color Cylindrical-coordinate representation of color #4329AB: hue angle of 252º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4329AB is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 41 | 171 | - |
| CMYK | 0.61 | 0.76 | 0 | 0.33 |
| HSL | 252º | 0.61% | 0.42% | - |
| HSV(B) | 252º | 0.76% | 0.67% | - |
| XYZ | 10.46 | 5.72 | 39.08 | - |
| YUV | 63.59 | 188.61 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 41 | 171 | 0.61 | 0.76 | 0 | 0.33 | 252 | 0.61 | 0.42 |
| Hex | 43 | 29 | AB | 3D | 4C | 0 | 21 | FC | 3D | 2A |
| Octal | 103 | 51 | 253 | 75 | 114 | 0 | 41 | 374 | 75 | 52 |
| Binary | 1000011 | 101001 | 10101011 | 111101 | 1001100 | 0 | 100001 | 11111100 | 111101 | 101010 |
Color Harmonies of #4329AB
Complementary color
Monochromatic Colors of #4329AB
Black with #4329AB
Text Example
Text Example
White with #4329AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4329AB; }
p { color: rgb(67,41,171); }
H1.HeaderClassName
{
color: #4329AB;
}
.AnyTagClassName
{
color: #4329AB;
}
</style>
background-color css
<style>
a { background-color: #4329AB; }
a { background-color: rgb(67,41,171); }
div.DivClassName
{
background-color: #4329AB;
}
.BgClassName
{
background-color: #4329AB;
}
</style>
border-color css
<style>
span { border-color: #4329AB; }
span { border-color: rgb(67,41,171); }
td.TdClassName
{
border-color: #4329AB;
}
.TagClassName
{
border-color: #4329AB;
}
</style>