Shades of Blue Gem #4B2294
Tints of Blue Gem #4B2294
RGB
CMYK
RGB Variations
Color information
#4B2294 (or 0x4B2294) is known color: Blue Gem. HEX triplet: 4B, 22 and 94. RGB value is (75,34,148). Sum of RGB (Red+Green+Blue) = 75+34+148=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #4B2294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2294 is #B4DD6B. Grayscale: #3A3A3A. Windows color (decimal): -11853164 or 9708107. OLE color: 9708107.
HSL color Cylindrical-coordinate representation of color #4B2294: hue angle of 261.58º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B2294 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 34 | 148 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.42 |
| HSL | 261.58º | 0.63% | 0.36% | - |
| HSV(B) | 261.58º | 0.77% | 0.58% | - |
| XYZ | 8.82 | 4.78 | 28.47 | - |
| YUV | 59.26 | 178.08 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 148 | 0.49 | 0.77 | 0 | 0.42 | 261.58 | 0.63 | 0.36 |
| Hex | 4B | 22 | 94 | 31 | 4D | 0 | 2A | 106 | 3F | 24 |
| Octal | 113 | 42 | 224 | 61 | 115 | 0 | 52 | 406 | 77 | 44 |
| Binary | 1001011 | 100010 | 10010100 | 110001 | 1001101 | 0 | 101010 | 100000110 | 111111 | 100100 |
Color Harmonies of #4B2294
Complementary color
Monochromatic Colors of #4B2294
Black with #4B2294
Text Example
Text Example
White with #4B2294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2294; }
p { color: rgb(75,34,148); }
H1.HeaderClassName
{
color: #4B2294;
}
.AnyTagClassName
{
color: #4B2294;
}
</style>
background-color css
<style>
a { background-color: #4B2294; }
a { background-color: rgb(75,34,148); }
div.DivClassName
{
background-color: #4B2294;
}
.BgClassName
{
background-color: #4B2294;
}
</style>
border-color css
<style>
span { border-color: #4B2294; }
span { border-color: rgb(75,34,148); }
td.TdClassName
{
border-color: #4B2294;
}
.TagClassName
{
border-color: #4B2294;
}
</style>