Shades of Blue Gem #4326A4
Tints of Blue Gem #4326A4
RGB
CMYK
RGB Variations
Color information
#4326A4 (or 0x4326A4) is known color: Blue Gem. HEX triplet: 43, 26 and A4. RGB value is (67,38,164). Sum of RGB (Red+Green+Blue) = 67+38+164=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 164 (64.45% from 255 or 60.97% from 269); Max value from RGB is 164 - color contains mainly: blue. Hex color #4326A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4326A4 is #BCD95B. Grayscale: #3C3C3C. Windows color (decimal): -12376412 or 10757699. OLE color: 10757699.
HSL color Cylindrical-coordinate representation of color #4326A4: hue angle of 253.81º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4326A4 is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 38 | 164 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.36 |
| HSL | 253.81º | 0.62% | 0.4% | - |
| HSV(B) | 253.81º | 0.77% | 0.64% | - |
| XYZ | 9.71 | 5.26 | 35.63 | - |
| YUV | 61.04 | 186.11 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 38 | 164 | 0.59 | 0.77 | 0 | 0.36 | 253.81 | 0.62 | 0.4 |
| Hex | 43 | 26 | A4 | 3B | 4D | 0 | 24 | FE | 3E | 28 |
| Octal | 103 | 46 | 244 | 73 | 115 | 0 | 44 | 376 | 76 | 50 |
| Binary | 1000011 | 100110 | 10100100 | 111011 | 1001101 | 0 | 100100 | 11111110 | 111110 | 101000 |
Color Harmonies of #4326A4
Complementary color
Monochromatic Colors of #4326A4
Black with #4326A4
Text Example
Text Example
White with #4326A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4326A4; }
p { color: rgb(67,38,164); }
H1.HeaderClassName
{
color: #4326A4;
}
.AnyTagClassName
{
color: #4326A4;
}
</style>
background-color css
<style>
a { background-color: #4326A4; }
a { background-color: rgb(67,38,164); }
div.DivClassName
{
background-color: #4326A4;
}
.BgClassName
{
background-color: #4326A4;
}
</style>
border-color css
<style>
span { border-color: #4326A4; }
span { border-color: rgb(67,38,164); }
td.TdClassName
{
border-color: #4326A4;
}
.TagClassName
{
border-color: #4326A4;
}
</style>