Shades of Blue Gem #4326AC
Tints of Blue Gem #4326AC
RGB
CMYK
RGB Variations
Color information
#4326AC (or 0x4326AC) is known color: Blue Gem. HEX triplet: 43, 26 and AC. RGB value is (67,38,172). Sum of RGB (Red+Green+Blue) = 67+38+172=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #4326AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4326AC is #BCD953. Grayscale: #3D3D3D. Windows color (decimal): -12376404 or 11281987. OLE color: 11281987.
HSL color Cylindrical-coordinate representation of color #4326AC: hue angle of 252.99º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4326AC is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 38 | 172 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.33 |
| HSL | 252.99º | 0.64% | 0.41% | - |
| HSV(B) | 252.99º | 0.78% | 0.67% | - |
| XYZ | 10.45 | 5.56 | 39.55 | - |
| YUV | 61.95 | 190.11 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 38 | 172 | 0.61 | 0.78 | 0 | 0.33 | 252.99 | 0.64 | 0.41 |
| Hex | 43 | 26 | AC | 3D | 4E | 0 | 21 | FD | 40 | 29 |
| Octal | 103 | 46 | 254 | 75 | 116 | 0 | 41 | 375 | 100 | 51 |
| Binary | 1000011 | 100110 | 10101100 | 111101 | 1001110 | 0 | 100001 | 11111101 | 1000000 | 101001 |
Color Harmonies of #4326AC
Complementary color
Monochromatic Colors of #4326AC
Black with #4326AC
Text Example
Text Example
White with #4326AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4326AC; }
p { color: rgb(67,38,172); }
H1.HeaderClassName
{
color: #4326AC;
}
.AnyTagClassName
{
color: #4326AC;
}
</style>
background-color css
<style>
a { background-color: #4326AC; }
a { background-color: rgb(67,38,172); }
div.DivClassName
{
background-color: #4326AC;
}
.BgClassName
{
background-color: #4326AC;
}
</style>
border-color css
<style>
span { border-color: #4326AC; }
span { border-color: rgb(67,38,172); }
td.TdClassName
{
border-color: #4326AC;
}
.TagClassName
{
border-color: #4326AC;
}
</style>