Shades of Blue Gem #4A38AC
Tints of Blue Gem #4A38AC
RGB
CMYK
RGB Variations
Color information
#4A38AC (or 0x4A38AC) is known color: Blue Gem. HEX triplet: 4A, 38 and AC. RGB value is (74,56,172). Sum of RGB (Red+Green+Blue) = 74+56+172=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A38AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A38AC is #B5C753. Grayscale: #4A4A4A. Windows color (decimal): -11913044 or 11286602. OLE color: 11286602.
HSL color Cylindrical-coordinate representation of color #4A38AC: hue angle of 249.31º degrees, saturation: 0.51, 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 #4A38AC is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 56 | 172 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.33 |
| HSL | 249.31º | 0.51% | 0.45% | - |
| HSV(B) | 249.31º | 0.67% | 0.67% | - |
| XYZ | 11.68 | 7.26 | 39.82 | - |
| YUV | 74.61 | 182.96 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 56 | 172 | 0.57 | 0.67 | 0 | 0.33 | 249.31 | 0.51 | 0.45 |
| Hex | 4A | 38 | AC | 39 | 43 | 0 | 21 | F9 | 33 | 2D |
| Octal | 112 | 70 | 254 | 71 | 103 | 0 | 41 | 371 | 63 | 55 |
| Binary | 1001010 | 111000 | 10101100 | 111001 | 1000011 | 0 | 100001 | 11111001 | 110011 | 101101 |
Color Harmonies of #4A38AC
Complementary color
Monochromatic Colors of #4A38AC
Black with #4A38AC
Text Example
Text Example
White with #4A38AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A38AC; }
p { color: rgb(74,56,172); }
H1.HeaderClassName
{
color: #4A38AC;
}
.AnyTagClassName
{
color: #4A38AC;
}
</style>
background-color css
<style>
a { background-color: #4A38AC; }
a { background-color: rgb(74,56,172); }
div.DivClassName
{
background-color: #4A38AC;
}
.BgClassName
{
background-color: #4A38AC;
}
</style>
border-color css
<style>
span { border-color: #4A38AC; }
span { border-color: rgb(74,56,172); }
td.TdClassName
{
border-color: #4A38AC;
}
.TagClassName
{
border-color: #4A38AC;
}
</style>