Shades of Blue Gem #4321A6
Tints of Blue Gem #4321A6
RGB
CMYK
RGB Variations
Color information
#4321A6 (or 0x4321A6) is known color: Blue Gem. HEX triplet: 43, 21 and A6. RGB value is (67,33,166). Sum of RGB (Red+Green+Blue) = 67+33+166=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 166 (65.23% from 255 or 62.41% from 266); Max value from RGB is 166 - color contains mainly: blue. Hex color #4321A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4321A6 is #BCDE59. Grayscale: #393939. Windows color (decimal): -12377690 or 10887491. OLE color: 10887491.
HSL color Cylindrical-coordinate representation of color #4321A6: hue angle of 255.34º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4321A6 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 67 | 33 | 166 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.35 |
| HSL | 255.34º | 0.67% | 0.39% | - |
| HSV(B) | 255.34º | 0.8% | 0.65% | - |
| XYZ | 9.74 | 5.03 | 36.53 | - |
| YUV | 58.33 | 188.76 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 166 | 0.60 | 0.80 | 0 | 0.35 | 255.34 | 0.67 | 0.39 |
| Hex | 43 | 21 | A6 | 3C | 50 | 0 | 23 | FF | 43 | 27 |
| Octal | 103 | 41 | 246 | 74 | 120 | 0 | 43 | 377 | 103 | 47 |
| Binary | 1000011 | 100001 | 10100110 | 111100 | 1010000 | 0 | 100011 | 11111111 | 1000011 | 100111 |
Color Harmonies of #4321A6
Complementary color
Monochromatic Colors of #4321A6
Black with #4321A6
Text Example
Text Example
White with #4321A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4321A6; }
p { color: rgb(67,33,166); }
H1.HeaderClassName
{
color: #4321A6;
}
.AnyTagClassName
{
color: #4321A6;
}
</style>
background-color css
<style>
a { background-color: #4321A6; }
a { background-color: rgb(67,33,166); }
div.DivClassName
{
background-color: #4321A6;
}
.BgClassName
{
background-color: #4321A6;
}
</style>
border-color css
<style>
span { border-color: #4321A6; }
span { border-color: rgb(67,33,166); }
td.TdClassName
{
border-color: #4321A6;
}
.TagClassName
{
border-color: #4321A6;
}
</style>