Shades of Blue Gem #4A2F92
Tints of Blue Gem #4A2F92
RGB
CMYK
RGB Variations
Color information
#4A2F92 (or 0x4A2F92) is known color: Blue Gem. HEX triplet: 4A, 2F and 92. RGB value is (74,47,146). Sum of RGB (Red+Green+Blue) = 74+47+146=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A2F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2F92 is #B5D06D. Grayscale: #414141. Windows color (decimal): -11915374 or 9580362. OLE color: 9580362.
HSL color Cylindrical-coordinate representation of color #4A2F92: hue angle of 256.36º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A2F92 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 74 | 47 | 146 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.43 |
| HSL | 256.36º | 0.51% | 0.38% | - |
| HSV(B) | 256.36º | 0.68% | 0.57% | - |
| XYZ | 9.03 | 5.56 | 27.79 | - |
| YUV | 66.36 | 172.95 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 47 | 146 | 0.49 | 0.68 | 0 | 0.43 | 256.36 | 0.51 | 0.38 |
| Hex | 4A | 2F | 92 | 31 | 44 | 0 | 2B | 100 | 33 | 26 |
| Octal | 112 | 57 | 222 | 61 | 104 | 0 | 53 | 400 | 63 | 46 |
| Binary | 1001010 | 101111 | 10010010 | 110001 | 1000100 | 0 | 101011 | 100000000 | 110011 | 100110 |
Color Harmonies of #4A2F92
Complementary color
Monochromatic Colors of #4A2F92
Black with #4A2F92
Text Example
Text Example
White with #4A2F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2F92; }
p { color: rgb(74,47,146); }
H1.HeaderClassName
{
color: #4A2F92;
}
.AnyTagClassName
{
color: #4A2F92;
}
</style>
background-color css
<style>
a { background-color: #4A2F92; }
a { background-color: rgb(74,47,146); }
div.DivClassName
{
background-color: #4A2F92;
}
.BgClassName
{
background-color: #4A2F92;
}
</style>
border-color css
<style>
span { border-color: #4A2F92; }
span { border-color: rgb(74,47,146); }
td.TdClassName
{
border-color: #4A2F92;
}
.TagClassName
{
border-color: #4A2F92;
}
</style>