Shades of Blue Gem #4330AC
Tints of Blue Gem #4330AC
RGB
CMYK
RGB Variations
Color information
#4330AC (or 0x4330AC) is known color: Blue Gem. HEX triplet: 43, 30 and AC. RGB value is (67,48,172). Sum of RGB (Red+Green+Blue) = 67+48+172=287 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.34% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #4330AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4330AC is #BCCF53. Grayscale: #434343. Windows color (decimal): -12373844 or 11284547. OLE color: 11284547.
HSL color Cylindrical-coordinate representation of color #4330AC: hue angle of 249.19º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4330AC is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 48 | 172 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.33 |
| HSL | 249.19º | 0.56% | 0.43% | - |
| HSV(B) | 249.19º | 0.72% | 0.67% | - |
| XYZ | 10.82 | 6.29 | 39.67 | - |
| YUV | 67.82 | 186.79 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 48 | 172 | 0.61 | 0.72 | 0 | 0.33 | 249.19 | 0.56 | 0.43 |
| Hex | 43 | 30 | AC | 3D | 48 | 0 | 21 | F9 | 38 | 2B |
| Octal | 103 | 60 | 254 | 75 | 110 | 0 | 41 | 371 | 70 | 53 |
| Binary | 1000011 | 110000 | 10101100 | 111101 | 1001000 | 0 | 100001 | 11111001 | 111000 | 101011 |
Color Harmonies of #4330AC
Complementary color
Monochromatic Colors of #4330AC
Black with #4330AC
Text Example
Text Example
White with #4330AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4330AC; }
p { color: rgb(67,48,172); }
H1.HeaderClassName
{
color: #4330AC;
}
.AnyTagClassName
{
color: #4330AC;
}
</style>
background-color css
<style>
a { background-color: #4330AC; }
a { background-color: rgb(67,48,172); }
div.DivClassName
{
background-color: #4330AC;
}
.BgClassName
{
background-color: #4330AC;
}
</style>
border-color css
<style>
span { border-color: #4330AC; }
span { border-color: rgb(67,48,172); }
td.TdClassName
{
border-color: #4330AC;
}
.TagClassName
{
border-color: #4330AC;
}
</style>