Shades of Blue Gem #483483
Tints of Blue Gem #483483
RGB
CMYK
RGB Variations
Color information
#483483 (or 0x483483) is known color: Blue Gem. HEX triplet: 48, 34 and 83. RGB value is (72,52,131). Sum of RGB (Red+Green+Blue) = 72+52+131=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #483483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483483 is #B7CB7C. Grayscale: #424242. Windows color (decimal): -12045181 or 8598600. OLE color: 8598600.
HSL color Cylindrical-coordinate representation of color #483483: hue angle of 255.19º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #483483 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 52 | 131 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.49 |
| HSL | 255.19º | 0.43% | 0.36% | - |
| HSV(B) | 255.19º | 0.6% | 0.51% | - |
| XYZ | 8 | 5.47 | 22.11 | - |
| YUV | 66.99 | 164.13 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 131 | 0.45 | 0.60 | 0 | 0.49 | 255.19 | 0.43 | 0.36 |
| Hex | 48 | 34 | 83 | 2D | 3C | 0 | 31 | FF | 2B | 24 |
| Octal | 110 | 64 | 203 | 55 | 74 | 0 | 61 | 377 | 53 | 44 |
| Binary | 1001000 | 110100 | 10000011 | 101101 | 111100 | 0 | 110001 | 11111111 | 101011 | 100100 |
Color Harmonies of #483483
Complementary color
Monochromatic Colors of #483483
Black with #483483
Text Example
Text Example
White with #483483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483483; }
p { color: rgb(72,52,131); }
H1.HeaderClassName
{
color: #483483;
}
.AnyTagClassName
{
color: #483483;
}
</style>
background-color css
<style>
a { background-color: #483483; }
a { background-color: rgb(72,52,131); }
div.DivClassName
{
background-color: #483483;
}
.BgClassName
{
background-color: #483483;
}
</style>
border-color css
<style>
span { border-color: #483483; }
span { border-color: rgb(72,52,131); }
td.TdClassName
{
border-color: #483483;
}
.TagClassName
{
border-color: #483483;
}
</style>