Shades of Blue Gem #4331AB
Tints of Blue Gem #4331AB
RGB
CMYK
RGB Variations
Color information
#4331AB (or 0x4331AB) is known color: Blue Gem. HEX triplet: 43, 31 and AB. RGB value is (67,49,171). Sum of RGB (Red+Green+Blue) = 67+49+171=287 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.34% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #4331AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4331AB is #BCCE54. Grayscale: #434343. Windows color (decimal): -12373589 or 11219267. OLE color: 11219267.
HSL color Cylindrical-coordinate representation of color #4331AB: hue angle of 248.85º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4331AB is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 49 | 171 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.33 |
| HSL | 248.85º | 0.55% | 0.43% | - |
| HSV(B) | 248.85º | 0.71% | 0.67% | - |
| XYZ | 10.76 | 6.33 | 39.18 | - |
| YUV | 68.29 | 185.96 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 171 | 0.61 | 0.71 | 0 | 0.33 | 248.85 | 0.55 | 0.43 |
| Hex | 43 | 31 | AB | 3D | 47 | 0 | 21 | F9 | 37 | 2B |
| Octal | 103 | 61 | 253 | 75 | 107 | 0 | 41 | 371 | 67 | 53 |
| Binary | 1000011 | 110001 | 10101011 | 111101 | 1000111 | 0 | 100001 | 11111001 | 110111 | 101011 |
Color Harmonies of #4331AB
Complementary color
Monochromatic Colors of #4331AB
Black with #4331AB
Text Example
Text Example
White with #4331AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4331AB; }
p { color: rgb(67,49,171); }
H1.HeaderClassName
{
color: #4331AB;
}
.AnyTagClassName
{
color: #4331AB;
}
</style>
background-color css
<style>
a { background-color: #4331AB; }
a { background-color: rgb(67,49,171); }
div.DivClassName
{
background-color: #4331AB;
}
.BgClassName
{
background-color: #4331AB;
}
</style>
border-color css
<style>
span { border-color: #4331AB; }
span { border-color: rgb(67,49,171); }
td.TdClassName
{
border-color: #4331AB;
}
.TagClassName
{
border-color: #4331AB;
}
</style>