Shades of Blue Gem #4329A4
Tints of Blue Gem #4329A4
RGB
CMYK
RGB Variations
Color information
#4329A4 (or 0x4329A4) is known color: Blue Gem. HEX triplet: 43, 29 and A4. RGB value is (67,41,164). Sum of RGB (Red+Green+Blue) = 67+41+164=272 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.63% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 164 (64.45% from 255 or 60.29% from 272); Max value from RGB is 164 - color contains mainly: blue. Hex color #4329A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4329A4 is #BCD65B. Grayscale: #3E3E3E. Windows color (decimal): -12375644 or 10758467. OLE color: 10758467.
HSL color Cylindrical-coordinate representation of color #4329A4: hue angle of 252.68º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4329A4 is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 41 | 164 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.36 |
| HSL | 252.68º | 0.6% | 0.4% | - |
| HSV(B) | 252.68º | 0.75% | 0.64% | - |
| XYZ | 9.81 | 5.46 | 35.66 | - |
| YUV | 62.8 | 185.11 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 41 | 164 | 0.59 | 0.75 | 0 | 0.36 | 252.68 | 0.6 | 0.4 |
| Hex | 43 | 29 | A4 | 3B | 4B | 0 | 24 | FD | 3C | 28 |
| Octal | 103 | 51 | 244 | 73 | 113 | 0 | 44 | 375 | 74 | 50 |
| Binary | 1000011 | 101001 | 10100100 | 111011 | 1001011 | 0 | 100100 | 11111101 | 111100 | 101000 |
Color Harmonies of #4329A4
Complementary color
Monochromatic Colors of #4329A4
Black with #4329A4
Text Example
Text Example
White with #4329A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4329A4; }
p { color: rgb(67,41,164); }
H1.HeaderClassName
{
color: #4329A4;
}
.AnyTagClassName
{
color: #4329A4;
}
</style>
background-color css
<style>
a { background-color: #4329A4; }
a { background-color: rgb(67,41,164); }
div.DivClassName
{
background-color: #4329A4;
}
.BgClassName
{
background-color: #4329A4;
}
</style>
border-color css
<style>
span { border-color: #4329A4; }
span { border-color: rgb(67,41,164); }
td.TdClassName
{
border-color: #4329A4;
}
.TagClassName
{
border-color: #4329A4;
}
</style>