Shades of Blue Gem #4423AC
Tints of Blue Gem #4423AC
RGB
CMYK
RGB Variations
Color information
#4423AC (or 0x4423AC) is known color: Blue Gem. HEX triplet: 44, 23 and AC. RGB value is (68,35,172). Sum of RGB (Red+Green+Blue) = 68+35+172=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #4423AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4423AC is #BBDC53. Grayscale: #3B3B3B. Windows color (decimal): -12311636 or 11281220. OLE color: 11281220.
HSL color Cylindrical-coordinate representation of color #4423AC: hue angle of 254.45º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4423AC is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 35 | 172 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.33 |
| HSL | 254.45º | 0.66% | 0.41% | - |
| HSV(B) | 254.45º | 0.8% | 0.67% | - |
| XYZ | 10.43 | 5.41 | 39.52 | - |
| YUV | 60.49 | 190.93 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 35 | 172 | 0.60 | 0.80 | 0 | 0.33 | 254.45 | 0.66 | 0.41 |
| Hex | 44 | 23 | AC | 3C | 50 | 0 | 21 | FE | 42 | 29 |
| Octal | 104 | 43 | 254 | 74 | 120 | 0 | 41 | 376 | 102 | 51 |
| Binary | 1000100 | 100011 | 10101100 | 111100 | 1010000 | 0 | 100001 | 11111110 | 1000010 | 101001 |
Color Harmonies of #4423AC
Complementary color
Monochromatic Colors of #4423AC
Black with #4423AC
Text Example
Text Example
White with #4423AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4423AC; }
p { color: rgb(68,35,172); }
H1.HeaderClassName
{
color: #4423AC;
}
.AnyTagClassName
{
color: #4423AC;
}
</style>
background-color css
<style>
a { background-color: #4423AC; }
a { background-color: rgb(68,35,172); }
div.DivClassName
{
background-color: #4423AC;
}
.BgClassName
{
background-color: #4423AC;
}
</style>
border-color css
<style>
span { border-color: #4423AC; }
span { border-color: rgb(68,35,172); }
td.TdClassName
{
border-color: #4423AC;
}
.TagClassName
{
border-color: #4423AC;
}
</style>