Shades of Blue Gem #482EAE
Tints of Blue Gem #482EAE
RGB
CMYK
RGB Variations
Color information
#482EAE (or 0x482EAE) is known color: Blue Gem. HEX triplet: 48, 2E and AE. RGB value is (72,46,174). Sum of RGB (Red+Green+Blue) = 72+46+174=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #482EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482EAE is #B7D151. Grayscale: #434343. Windows color (decimal): -12046674 or 11415112. OLE color: 11415112.
HSL color Cylindrical-coordinate representation of color #482EAE: hue angle of 252.19º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #482EAE is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 46 | 174 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.32 |
| HSL | 252.19º | 0.58% | 0.43% | - |
| HSV(B) | 252.19º | 0.74% | 0.68% | - |
| XYZ | 11.29 | 6.39 | 40.68 | - |
| YUV | 68.37 | 187.61 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 174 | 0.59 | 0.74 | 0 | 0.32 | 252.19 | 0.58 | 0.43 |
| Hex | 48 | 2E | AE | 3B | 4A | 0 | 20 | FC | 3A | 2B |
| Octal | 110 | 56 | 256 | 73 | 112 | 0 | 40 | 374 | 72 | 53 |
| Binary | 1001000 | 101110 | 10101110 | 111011 | 1001010 | 0 | 100000 | 11111100 | 111010 | 101011 |
Color Harmonies of #482EAE
Complementary color
Monochromatic Colors of #482EAE
Black with #482EAE
Text Example
Text Example
White with #482EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482EAE; }
p { color: rgb(72,46,174); }
H1.HeaderClassName
{
color: #482EAE;
}
.AnyTagClassName
{
color: #482EAE;
}
</style>
background-color css
<style>
a { background-color: #482EAE; }
a { background-color: rgb(72,46,174); }
div.DivClassName
{
background-color: #482EAE;
}
.BgClassName
{
background-color: #482EAE;
}
</style>
border-color css
<style>
span { border-color: #482EAE; }
span { border-color: rgb(72,46,174); }
td.TdClassName
{
border-color: #482EAE;
}
.TagClassName
{
border-color: #482EAE;
}
</style>