Shades of Blue Gem #4328A4
Tints of Blue Gem #4328A4
RGB
CMYK
RGB Variations
Color information
#4328A4 (or 0x4328A4) is known color: Blue Gem. HEX triplet: 43, 28 and A4. RGB value is (67,40,164). Sum of RGB (Red+Green+Blue) = 67+40+164=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 164 (64.45% from 255 or 60.52% from 271); Max value from RGB is 164 - color contains mainly: blue. Hex color #4328A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4328A4 is #BCD75B. Grayscale: #3D3D3D. Windows color (decimal): -12375900 or 10758211. OLE color: 10758211.
HSL color Cylindrical-coordinate representation of color #4328A4: hue angle of 253.06º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4328A4 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 40 | 164 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.36 |
| HSL | 253.06º | 0.61% | 0.4% | - |
| HSV(B) | 253.06º | 0.76% | 0.64% | - |
| XYZ | 9.77 | 5.39 | 35.65 | - |
| YUV | 62.21 | 185.45 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 40 | 164 | 0.59 | 0.76 | 0 | 0.36 | 253.06 | 0.61 | 0.4 |
| Hex | 43 | 28 | A4 | 3B | 4C | 0 | 24 | FD | 3D | 28 |
| Octal | 103 | 50 | 244 | 73 | 114 | 0 | 44 | 375 | 75 | 50 |
| Binary | 1000011 | 101000 | 10100100 | 111011 | 1001100 | 0 | 100100 | 11111101 | 111101 | 101000 |
Color Harmonies of #4328A4
Complementary color
Monochromatic Colors of #4328A4
Black with #4328A4
Text Example
Text Example
White with #4328A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4328A4; }
p { color: rgb(67,40,164); }
H1.HeaderClassName
{
color: #4328A4;
}
.AnyTagClassName
{
color: #4328A4;
}
</style>
background-color css
<style>
a { background-color: #4328A4; }
a { background-color: rgb(67,40,164); }
div.DivClassName
{
background-color: #4328A4;
}
.BgClassName
{
background-color: #4328A4;
}
</style>
border-color css
<style>
span { border-color: #4328A4; }
span { border-color: rgb(67,40,164); }
td.TdClassName
{
border-color: #4328A4;
}
.TagClassName
{
border-color: #4328A4;
}
</style>