Shades of Blue Gem #4B25A4
Tints of Blue Gem #4B25A4
RGB
CMYK
RGB Variations
Color information
#4B25A4 (or 0x4B25A4) is known color: Blue Gem. HEX triplet: 4B, 25 and A4. RGB value is (75,37,164). Sum of RGB (Red+Green+Blue) = 75+37+164=276 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.17% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 164 (64.45% from 255 or 59.42% from 276); Max value from RGB is 164 - color contains mainly: blue. Hex color #4B25A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B25A4 is #B4DA5B. Grayscale: #3E3E3E. Windows color (decimal): -11852380 or 10757451. OLE color: 10757451.
HSL color Cylindrical-coordinate representation of color #4B25A4: hue angle of 257.95º 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 #4B25A4 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 37 | 164 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.36 |
| HSL | 257.95º | 0.63% | 0.39% | - |
| HSV(B) | 257.95º | 0.77% | 0.64% | - |
| XYZ | 10.26 | 5.5 | 35.64 | - |
| YUV | 62.84 | 185.09 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 164 | 0.54 | 0.77 | 0 | 0.36 | 257.95 | 0.63 | 0.39 |
| Hex | 4B | 25 | A4 | 36 | 4D | 0 | 24 | 102 | 3F | 27 |
| Octal | 113 | 45 | 244 | 66 | 115 | 0 | 44 | 402 | 77 | 47 |
| Binary | 1001011 | 100101 | 10100100 | 110110 | 1001101 | 0 | 100100 | 100000010 | 111111 | 100111 |
Color Harmonies of #4B25A4
Complementary color
Monochromatic Colors of #4B25A4
Black with #4B25A4
Text Example
Text Example
White with #4B25A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B25A4; }
p { color: rgb(75,37,164); }
H1.HeaderClassName
{
color: #4B25A4;
}
.AnyTagClassName
{
color: #4B25A4;
}
</style>
background-color css
<style>
a { background-color: #4B25A4; }
a { background-color: rgb(75,37,164); }
div.DivClassName
{
background-color: #4B25A4;
}
.BgClassName
{
background-color: #4B25A4;
}
</style>
border-color css
<style>
span { border-color: #4B25A4; }
span { border-color: rgb(75,37,164); }
td.TdClassName
{
border-color: #4B25A4;
}
.TagClassName
{
border-color: #4B25A4;
}
</style>