Shades of Blue Gem #4239AC
Tints of Blue Gem #4239AC
RGB
CMYK
RGB Variations
Color information
#4239AC (or 0x4239AC) is known color: Blue Gem. HEX triplet: 42, 39 and AC. RGB value is (66,57,172). Sum of RGB (Red+Green+Blue) = 66+57+172=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #4239AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4239AC is #BDC653. Grayscale: #484848. Windows color (decimal): -12437076 or 11286850. OLE color: 11286850.
HSL color Cylindrical-coordinate representation of color #4239AC: hue angle of 244.7º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4239AC is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 57 | 172 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.33 |
| HSL | 244.7º | 0.5% | 0.45% | - |
| HSV(B) | 244.7º | 0.67% | 0.67% | - |
| XYZ | 11.16 | 7.06 | 39.81 | - |
| YUV | 72.8 | 183.98 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 172 | 0.62 | 0.67 | 0 | 0.33 | 244.7 | 0.5 | 0.45 |
| Hex | 42 | 39 | AC | 3E | 43 | 0 | 21 | F5 | 32 | 2D |
| Octal | 102 | 71 | 254 | 76 | 103 | 0 | 41 | 365 | 62 | 55 |
| Binary | 1000010 | 111001 | 10101100 | 111110 | 1000011 | 0 | 100001 | 11110101 | 110010 | 101101 |
Color Harmonies of #4239AC
Complementary color
Monochromatic Colors of #4239AC
Black with #4239AC
Text Example
Text Example
White with #4239AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4239AC; }
p { color: rgb(66,57,172); }
H1.HeaderClassName
{
color: #4239AC;
}
.AnyTagClassName
{
color: #4239AC;
}
</style>
background-color css
<style>
a { background-color: #4239AC; }
a { background-color: rgb(66,57,172); }
div.DivClassName
{
background-color: #4239AC;
}
.BgClassName
{
background-color: #4239AC;
}
</style>
border-color css
<style>
span { border-color: #4239AC; }
span { border-color: rgb(66,57,172); }
td.TdClassName
{
border-color: #4239AC;
}
.TagClassName
{
border-color: #4239AC;
}
</style>