Shades of Blue Gem #483794
Tints of Blue Gem #483794
RGB
CMYK
RGB Variations
Color information
#483794 (or 0x483794) is known color: Blue Gem. HEX triplet: 48, 37 and 94. RGB value is (72,55,148). Sum of RGB (Red+Green+Blue) = 72+55+148=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #483794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483794 is #B7C86B. Grayscale: #464646. Windows color (decimal): -12044396 or 9713480. OLE color: 9713480.
HSL color Cylindrical-coordinate representation of color #483794: hue angle of 250.97º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #483794 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 55 | 148 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.42 |
| HSL | 250.97º | 0.46% | 0.4% | - |
| HSV(B) | 250.97º | 0.63% | 0.58% | - |
| XYZ | 9.38 | 6.25 | 28.73 | - |
| YUV | 70.69 | 171.63 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 55 | 148 | 0.51 | 0.63 | 0 | 0.42 | 250.97 | 0.46 | 0.4 |
| Hex | 48 | 37 | 94 | 33 | 3F | 0 | 2A | FB | 2E | 28 |
| Octal | 110 | 67 | 224 | 63 | 77 | 0 | 52 | 373 | 56 | 50 |
| Binary | 1001000 | 110111 | 10010100 | 110011 | 111111 | 0 | 101010 | 11111011 | 101110 | 101000 |
Color Harmonies of #483794
Complementary color
Monochromatic Colors of #483794
Black with #483794
Text Example
Text Example
White with #483794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483794; }
p { color: rgb(72,55,148); }
H1.HeaderClassName
{
color: #483794;
}
.AnyTagClassName
{
color: #483794;
}
</style>
background-color css
<style>
a { background-color: #483794; }
a { background-color: rgb(72,55,148); }
div.DivClassName
{
background-color: #483794;
}
.BgClassName
{
background-color: #483794;
}
</style>
border-color css
<style>
span { border-color: #483794; }
span { border-color: rgb(72,55,148); }
td.TdClassName
{
border-color: #483794;
}
.TagClassName
{
border-color: #483794;
}
</style>