Shades of Blue Gem #4239AB
Tints of Blue Gem #4239AB
RGB
CMYK
RGB Variations
Color information
#4239AB (or 0x4239AB) is known color: Blue Gem. HEX triplet: 42, 39 and AB. RGB value is (66,57,171). Sum of RGB (Red+Green+Blue) = 66+57+171=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #4239AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4239AB is #BDC654. Grayscale: #484848. Windows color (decimal): -12437077 or 11221314. OLE color: 11221314.
HSL color Cylindrical-coordinate representation of color #4239AB: hue angle of 244.74º 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 #4239AB is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 57 | 171 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.33 |
| HSL | 244.74º | 0.5% | 0.45% | - |
| HSV(B) | 244.74º | 0.67% | 0.67% | - |
| XYZ | 11.06 | 7.02 | 39.3 | - |
| YUV | 72.69 | 183.48 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 171 | 0.61 | 0.67 | 0 | 0.33 | 244.74 | 0.5 | 0.45 |
| Hex | 42 | 39 | AB | 3D | 43 | 0 | 21 | F5 | 32 | 2D |
| Octal | 102 | 71 | 253 | 75 | 103 | 0 | 41 | 365 | 62 | 55 |
| Binary | 1000010 | 111001 | 10101011 | 111101 | 1000011 | 0 | 100001 | 11110101 | 110010 | 101101 |
Color Harmonies of #4239AB
Complementary color
Monochromatic Colors of #4239AB
Black with #4239AB
Text Example
Text Example
White with #4239AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4239AB; }
p { color: rgb(66,57,171); }
H1.HeaderClassName
{
color: #4239AB;
}
.AnyTagClassName
{
color: #4239AB;
}
</style>
background-color css
<style>
a { background-color: #4239AB; }
a { background-color: rgb(66,57,171); }
div.DivClassName
{
background-color: #4239AB;
}
.BgClassName
{
background-color: #4239AB;
}
</style>
border-color css
<style>
span { border-color: #4239AB; }
span { border-color: rgb(66,57,171); }
td.TdClassName
{
border-color: #4239AB;
}
.TagClassName
{
border-color: #4239AB;
}
</style>