Shades of Blue Gem #4A239B
Tints of Blue Gem #4A239B
RGB
CMYK
RGB Variations
Color information
#4A239B (or 0x4A239B) is known color: Blue Gem. HEX triplet: 4A, 23 and 9B. RGB value is (74,35,155). Sum of RGB (Red+Green+Blue) = 74+35+155=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A239B is #B5DC64. Grayscale: #3B3B3B. Windows color (decimal): -11918437 or 10167114. OLE color: 10167114.
HSL color Cylindrical-coordinate representation of color #4A239B: hue angle of 259.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A239B is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 35 | 155 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.39 |
| HSL | 259.5º | 0.63% | 0.37% | - |
| HSV(B) | 259.5º | 0.77% | 0.61% | - |
| XYZ | 9.34 | 5.02 | 31.49 | - |
| YUV | 60.34 | 181.42 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 35 | 155 | 0.52 | 0.77 | 0 | 0.39 | 259.5 | 0.63 | 0.37 |
| Hex | 4A | 23 | 9B | 34 | 4D | 0 | 27 | 104 | 3F | 25 |
| Octal | 112 | 43 | 233 | 64 | 115 | 0 | 47 | 404 | 77 | 45 |
| Binary | 1001010 | 100011 | 10011011 | 110100 | 1001101 | 0 | 100111 | 100000100 | 111111 | 100101 |
Color Harmonies of #4A239B
Complementary color
Monochromatic Colors of #4A239B
Black with #4A239B
Text Example
Text Example
White with #4A239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A239B; }
p { color: rgb(74,35,155); }
H1.HeaderClassName
{
color: #4A239B;
}
.AnyTagClassName
{
color: #4A239B;
}
</style>
background-color css
<style>
a { background-color: #4A239B; }
a { background-color: rgb(74,35,155); }
div.DivClassName
{
background-color: #4A239B;
}
.BgClassName
{
background-color: #4A239B;
}
</style>
border-color css
<style>
span { border-color: #4A239B; }
span { border-color: rgb(74,35,155); }
td.TdClassName
{
border-color: #4A239B;
}
.TagClassName
{
border-color: #4A239B;
}
</style>