Shades of Blue Gem #4231AC
Tints of Blue Gem #4231AC
RGB
CMYK
RGB Variations
Color information
#4231AC (or 0x4231AC) is known color: Blue Gem. HEX triplet: 42, 31 and AC. RGB value is (66,49,172). Sum of RGB (Red+Green+Blue) = 66+49+172=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 49 (19.53% from 255 or 17.07% 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 #4231AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4231AC is #BDCE53. Grayscale: #434343. Windows color (decimal): -12439124 or 11284802. OLE color: 11284802.
HSL color Cylindrical-coordinate representation of color #4231AC: hue angle of 248.29º 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 #4231AC is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 49 | 172 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.33 |
| HSL | 248.29º | 0.56% | 0.43% | - |
| HSV(B) | 248.29º | 0.72% | 0.67% | - |
| XYZ | 10.79 | 6.33 | 39.68 | - |
| YUV | 68.11 | 186.63 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 49 | 172 | 0.62 | 0.72 | 0 | 0.33 | 248.29 | 0.56 | 0.43 |
| Hex | 42 | 31 | AC | 3E | 48 | 0 | 21 | F8 | 38 | 2B |
| Octal | 102 | 61 | 254 | 76 | 110 | 0 | 41 | 370 | 70 | 53 |
| Binary | 1000010 | 110001 | 10101100 | 111110 | 1001000 | 0 | 100001 | 11111000 | 111000 | 101011 |
Color Harmonies of #4231AC
Complementary color
Monochromatic Colors of #4231AC
Black with #4231AC
Text Example
Text Example
White with #4231AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4231AC; }
p { color: rgb(66,49,172); }
H1.HeaderClassName
{
color: #4231AC;
}
.AnyTagClassName
{
color: #4231AC;
}
</style>
background-color css
<style>
a { background-color: #4231AC; }
a { background-color: rgb(66,49,172); }
div.DivClassName
{
background-color: #4231AC;
}
.BgClassName
{
background-color: #4231AC;
}
</style>
border-color css
<style>
span { border-color: #4231AC; }
span { border-color: rgb(66,49,172); }
td.TdClassName
{
border-color: #4231AC;
}
.TagClassName
{
border-color: #4231AC;
}
</style>