Shades of Blue Gem #4A259B
Tints of Blue Gem #4A259B
RGB
CMYK
RGB Variations
Color information
#4A259B (or 0x4A259B) is known color: Blue Gem. HEX triplet: 4A, 25 and 9B. RGB value is (74,37,155). Sum of RGB (Red+Green+Blue) = 74+37+155=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A259B is #B5DA64. Grayscale: #3D3D3D. Windows color (decimal): -11917925 or 10167626. OLE color: 10167626.
HSL color Cylindrical-coordinate representation of color #4A259B: hue angle of 258.81º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A259B is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 37 | 155 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.39 |
| HSL | 258.81º | 0.61% | 0.38% | - |
| HSV(B) | 258.81º | 0.76% | 0.61% | - |
| XYZ | 9.4 | 5.15 | 31.51 | - |
| YUV | 61.52 | 180.76 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 155 | 0.52 | 0.76 | 0 | 0.39 | 258.81 | 0.61 | 0.38 |
| Hex | 4A | 25 | 9B | 34 | 4C | 0 | 27 | 103 | 3D | 26 |
| Octal | 112 | 45 | 233 | 64 | 114 | 0 | 47 | 403 | 75 | 46 |
| Binary | 1001010 | 100101 | 10011011 | 110100 | 1001100 | 0 | 100111 | 100000011 | 111101 | 100110 |
Color Harmonies of #4A259B
Complementary color
Monochromatic Colors of #4A259B
Black with #4A259B
Text Example
Text Example
White with #4A259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A259B; }
p { color: rgb(74,37,155); }
H1.HeaderClassName
{
color: #4A259B;
}
.AnyTagClassName
{
color: #4A259B;
}
</style>
background-color css
<style>
a { background-color: #4A259B; }
a { background-color: rgb(74,37,155); }
div.DivClassName
{
background-color: #4A259B;
}
.BgClassName
{
background-color: #4A259B;
}
</style>
border-color css
<style>
span { border-color: #4A259B; }
span { border-color: rgb(74,37,155); }
td.TdClassName
{
border-color: #4A259B;
}
.TagClassName
{
border-color: #4A259B;
}
</style>