Shades of Blue Gem #4A1F96
Tints of Blue Gem #4A1F96
RGB
CMYK
RGB Variations
Color information
#4A1F96 (or 0x4A1F96) is known color: Blue Gem. HEX triplet: 4A, 1F and 96. RGB value is (74,31,150). Sum of RGB (Red+Green+Blue) = 74+31+150=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A1F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1F96 is #B5E069. Grayscale: #383838. Windows color (decimal): -11919466 or 9838410. OLE color: 9838410.
HSL color Cylindrical-coordinate representation of color #4A1F96: hue angle of 261.68º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A1F96 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 74 | 31 | 150 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.41 |
| HSL | 261.68º | 0.66% | 0.35% | - |
| HSV(B) | 261.68º | 0.79% | 0.59% | - |
| XYZ | 8.82 | 4.64 | 29.28 | - |
| YUV | 57.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 150 | 0.51 | 0.79 | 0 | 0.41 | 261.68 | 0.66 | 0.35 |
| Hex | 4A | 1F | 96 | 33 | 4F | 0 | 29 | 106 | 42 | 23 |
| Octal | 112 | 37 | 226 | 63 | 117 | 0 | 51 | 406 | 102 | 43 |
| Binary | 1001010 | 11111 | 10010110 | 110011 | 1001111 | 0 | 101001 | 100000110 | 1000010 | 100011 |
Color Harmonies of #4A1F96
Complementary color
Monochromatic Colors of #4A1F96
Black with #4A1F96
Text Example
Text Example
White with #4A1F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1F96; }
p { color: rgb(74,31,150); }
H1.HeaderClassName
{
color: #4A1F96;
}
.AnyTagClassName
{
color: #4A1F96;
}
</style>
background-color css
<style>
a { background-color: #4A1F96; }
a { background-color: rgb(74,31,150); }
div.DivClassName
{
background-color: #4A1F96;
}
.BgClassName
{
background-color: #4A1F96;
}
</style>
border-color css
<style>
span { border-color: #4A1F96; }
span { border-color: rgb(74,31,150); }
td.TdClassName
{
border-color: #4A1F96;
}
.TagClassName
{
border-color: #4A1F96;
}
</style>