Shades of Blue Gem #4B25A3
Tints of Blue Gem #4B25A3
RGB
CMYK
RGB Variations
Color information
#4B25A3 (or 0x4B25A3) is known color: Blue Gem. HEX triplet: 4B, 25 and A3. RGB value is (75,37,163). Sum of RGB (Red+Green+Blue) = 75+37+163=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 163 (64.06% from 255 or 59.27% from 275); Max value from RGB is 163 - color contains mainly: blue. Hex color #4B25A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B25A3 is #B4DA5C. Grayscale: #3E3E3E. Windows color (decimal): -11852381 or 10691915. OLE color: 10691915.
HSL color Cylindrical-coordinate representation of color #4B25A3: hue angle of 258.1º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B25A3 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 37 | 163 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.36 |
| HSL | 258.1º | 0.63% | 0.39% | - |
| HSV(B) | 258.1º | 0.77% | 0.64% | - |
| XYZ | 10.17 | 5.46 | 35.17 | - |
| YUV | 62.73 | 184.59 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 163 | 0.54 | 0.77 | 0 | 0.36 | 258.1 | 0.63 | 0.39 |
| Hex | 4B | 25 | A3 | 36 | 4D | 0 | 24 | 102 | 3F | 27 |
| Octal | 113 | 45 | 243 | 66 | 115 | 0 | 44 | 402 | 77 | 47 |
| Binary | 1001011 | 100101 | 10100011 | 110110 | 1001101 | 0 | 100100 | 100000010 | 111111 | 100111 |
Color Harmonies of #4B25A3
Complementary color
Monochromatic Colors of #4B25A3
Black with #4B25A3
Text Example
Text Example
White with #4B25A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B25A3; }
p { color: rgb(75,37,163); }
H1.HeaderClassName
{
color: #4B25A3;
}
.AnyTagClassName
{
color: #4B25A3;
}
</style>
background-color css
<style>
a { background-color: #4B25A3; }
a { background-color: rgb(75,37,163); }
div.DivClassName
{
background-color: #4B25A3;
}
.BgClassName
{
background-color: #4B25A3;
}
</style>
border-color css
<style>
span { border-color: #4B25A3; }
span { border-color: rgb(75,37,163); }
td.TdClassName
{
border-color: #4B25A3;
}
.TagClassName
{
border-color: #4B25A3;
}
</style>