Shades of Blue Gem #4A3FAA
Tints of Blue Gem #4A3FAA
RGB
CMYK
RGB Variations
Color information
#4A3FAA (or 0x4A3FAA) is known color: Blue Gem. HEX triplet: 4A, 3F and AA. RGB value is (74,63,170). Sum of RGB (Red+Green+Blue) = 74+63+170=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A3FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3FAA is #B5C055. Grayscale: #4E4E4E. Windows color (decimal): -11911254 or 11157322. OLE color: 11157322.
HSL color Cylindrical-coordinate representation of color #4A3FAA: hue angle of 246.17º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A3FAA is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 63 | 170 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.33 |
| HSL | 246.17º | 0.46% | 0.46% | - |
| HSV(B) | 246.17º | 0.63% | 0.67% | - |
| XYZ | 11.86 | 7.91 | 38.93 | - |
| YUV | 78.49 | 179.64 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 63 | 170 | 0.56 | 0.63 | 0 | 0.33 | 246.17 | 0.46 | 0.46 |
| Hex | 4A | 3F | AA | 38 | 3F | 0 | 21 | F6 | 2E | 2E |
| Octal | 112 | 77 | 252 | 70 | 77 | 0 | 41 | 366 | 56 | 56 |
| Binary | 1001010 | 111111 | 10101010 | 111000 | 111111 | 0 | 100001 | 11110110 | 101110 | 101110 |
Color Harmonies of #4A3FAA
Complementary color
Monochromatic Colors of #4A3FAA
Black with #4A3FAA
Text Example
Text Example
White with #4A3FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3FAA; }
p { color: rgb(74,63,170); }
H1.HeaderClassName
{
color: #4A3FAA;
}
.AnyTagClassName
{
color: #4A3FAA;
}
</style>
background-color css
<style>
a { background-color: #4A3FAA; }
a { background-color: rgb(74,63,170); }
div.DivClassName
{
background-color: #4A3FAA;
}
.BgClassName
{
background-color: #4A3FAA;
}
</style>
border-color css
<style>
span { border-color: #4A3FAA; }
span { border-color: rgb(74,63,170); }
td.TdClassName
{
border-color: #4A3FAA;
}
.TagClassName
{
border-color: #4A3FAA;
}
</style>