Shades of Blue Gem #4831B1
Tints of Blue Gem #4831B1
RGB
CMYK
RGB Variations
Color information
#4831B1 (or 0x4831B1) is known color: Blue Gem. HEX triplet: 48, 31 and B1. RGB value is (72,49,177). Sum of RGB (Red+Green+Blue) = 72+49+177=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 177 (69.53% from 255 or 59.40% from 298); Max value from RGB is 177 - color contains mainly: blue. Hex color #4831B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4831B1 is #B7CE4E. Grayscale: #454545. Windows color (decimal): -12045903 or 11612488. OLE color: 11612488.
HSL color Cylindrical-coordinate representation of color #4831B1: hue angle of 250.78º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4831B1 is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 49 | 177 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.31 |
| HSL | 250.78º | 0.57% | 0.44% | - |
| HSV(B) | 250.78º | 0.72% | 0.69% | - |
| XYZ | 11.71 | 6.75 | 42.28 | - |
| YUV | 70.47 | 188.12 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 177 | 0.59 | 0.72 | 0 | 0.31 | 250.78 | 0.57 | 0.44 |
| Hex | 48 | 31 | B1 | 3B | 48 | 0 | 1F | FB | 39 | 2C |
| Octal | 110 | 61 | 261 | 73 | 110 | 0 | 37 | 373 | 71 | 54 |
| Binary | 1001000 | 110001 | 10110001 | 111011 | 1001000 | 0 | 11111 | 11111011 | 111001 | 101100 |
Color Harmonies of #4831B1
Complementary color
Monochromatic Colors of #4831B1
Black with #4831B1
Text Example
Text Example
White with #4831B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4831B1; }
p { color: rgb(72,49,177); }
H1.HeaderClassName
{
color: #4831B1;
}
.AnyTagClassName
{
color: #4831B1;
}
</style>
background-color css
<style>
a { background-color: #4831B1; }
a { background-color: rgb(72,49,177); }
div.DivClassName
{
background-color: #4831B1;
}
.BgClassName
{
background-color: #4831B1;
}
</style>
border-color css
<style>
span { border-color: #4831B1; }
span { border-color: rgb(72,49,177); }
td.TdClassName
{
border-color: #4831B1;
}
.TagClassName
{
border-color: #4831B1;
}
</style>