Shades of Blue Gem #483890
Tints of Blue Gem #483890
RGB
CMYK
RGB Variations
Color information
#483890 (or 0x483890) is known color: Blue Gem. HEX triplet: 48, 38 and 90. RGB value is (72,56,144). Sum of RGB (Red+Green+Blue) = 72+56+144=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #483890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483890 is #B7C76F. Grayscale: #464646. Windows color (decimal): -12044144 or 9451592. OLE color: 9451592.
HSL color Cylindrical-coordinate representation of color #483890: hue angle of 250.91º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #483890 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 56 | 144 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.44 |
| HSL | 250.91º | 0.44% | 0.39% | - |
| HSV(B) | 250.91º | 0.61% | 0.56% | - |
| XYZ | 9.12 | 6.22 | 27.11 | - |
| YUV | 70.82 | 169.3 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 144 | 0.50 | 0.61 | 0 | 0.44 | 250.91 | 0.44 | 0.39 |
| Hex | 48 | 38 | 90 | 32 | 3D | 0 | 2C | FB | 2C | 27 |
| Octal | 110 | 70 | 220 | 62 | 75 | 0 | 54 | 373 | 54 | 47 |
| Binary | 1001000 | 111000 | 10010000 | 110010 | 111101 | 0 | 101100 | 11111011 | 101100 | 100111 |
Color Harmonies of #483890
Complementary color
Monochromatic Colors of #483890
Black with #483890
Text Example
Text Example
White with #483890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483890; }
p { color: rgb(72,56,144); }
H1.HeaderClassName
{
color: #483890;
}
.AnyTagClassName
{
color: #483890;
}
</style>
background-color css
<style>
a { background-color: #483890; }
a { background-color: rgb(72,56,144); }
div.DivClassName
{
background-color: #483890;
}
.BgClassName
{
background-color: #483890;
}
</style>
border-color css
<style>
span { border-color: #483890; }
span { border-color: rgb(72,56,144); }
td.TdClassName
{
border-color: #483890;
}
.TagClassName
{
border-color: #483890;
}
</style>