Shades of Blue Gem #4A2F9C
Tints of Blue Gem #4A2F9C
RGB
CMYK
RGB Variations
Color information
#4A2F9C (or 0x4A2F9C) is known color: Blue Gem. HEX triplet: 4A, 2F and 9C. RGB value is (74,47,156). Sum of RGB (Red+Green+Blue) = 74+47+156=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A2F9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2F9C is #B5D063. Grayscale: #434343. Windows color (decimal): -11915364 or 10235722. OLE color: 10235722.
HSL color Cylindrical-coordinate representation of color #4A2F9C: hue angle of 254.86º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A2F9C is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 47 | 156 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.39 |
| HSL | 254.86º | 0.54% | 0.4% | - |
| HSV(B) | 254.86º | 0.7% | 0.61% | - |
| XYZ | 9.84 | 5.89 | 32.07 | - |
| YUV | 67.5 | 177.95 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 47 | 156 | 0.53 | 0.70 | 0 | 0.39 | 254.86 | 0.54 | 0.4 |
| Hex | 4A | 2F | 9C | 35 | 46 | 0 | 27 | FF | 36 | 28 |
| Octal | 112 | 57 | 234 | 65 | 106 | 0 | 47 | 377 | 66 | 50 |
| Binary | 1001010 | 101111 | 10011100 | 110101 | 1000110 | 0 | 100111 | 11111111 | 110110 | 101000 |
Color Harmonies of #4A2F9C
Complementary color
Monochromatic Colors of #4A2F9C
Black with #4A2F9C
Text Example
Text Example
White with #4A2F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2F9C; }
p { color: rgb(74,47,156); }
H1.HeaderClassName
{
color: #4A2F9C;
}
.AnyTagClassName
{
color: #4A2F9C;
}
</style>
background-color css
<style>
a { background-color: #4A2F9C; }
a { background-color: rgb(74,47,156); }
div.DivClassName
{
background-color: #4A2F9C;
}
.BgClassName
{
background-color: #4A2F9C;
}
</style>
border-color css
<style>
span { border-color: #4A2F9C; }
span { border-color: rgb(74,47,156); }
td.TdClassName
{
border-color: #4A2F9C;
}
.TagClassName
{
border-color: #4A2F9C;
}
</style>