Shades of Blue Gem #482EAC
Tints of Blue Gem #482EAC
RGB
CMYK
RGB Variations
Color information
#482EAC (or 0x482EAC) is known color: Blue Gem. HEX triplet: 48, 2E and AC. RGB value is (72,46,172). Sum of RGB (Red+Green+Blue) = 72+46+172=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #482EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482EAC is #B7D153. Grayscale: #434343. Windows color (decimal): -12046676 or 11284040. OLE color: 11284040.
HSL color Cylindrical-coordinate representation of color #482EAC: hue angle of 252.38º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #482EAC is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 46 | 172 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.33 |
| HSL | 252.38º | 0.58% | 0.43% | - |
| HSV(B) | 252.38º | 0.73% | 0.67% | - |
| XYZ | 11.1 | 6.31 | 39.66 | - |
| YUV | 68.14 | 186.61 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 172 | 0.58 | 0.73 | 0 | 0.33 | 252.38 | 0.58 | 0.43 |
| Hex | 48 | 2E | AC | 3A | 49 | 0 | 21 | FC | 3A | 2B |
| Octal | 110 | 56 | 254 | 72 | 111 | 0 | 41 | 374 | 72 | 53 |
| Binary | 1001000 | 101110 | 10101100 | 111010 | 1001001 | 0 | 100001 | 11111100 | 111010 | 101011 |
Color Harmonies of #482EAC
Complementary color
Monochromatic Colors of #482EAC
Black with #482EAC
Text Example
Text Example
White with #482EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482EAC; }
p { color: rgb(72,46,172); }
H1.HeaderClassName
{
color: #482EAC;
}
.AnyTagClassName
{
color: #482EAC;
}
</style>
background-color css
<style>
a { background-color: #482EAC; }
a { background-color: rgb(72,46,172); }
div.DivClassName
{
background-color: #482EAC;
}
.BgClassName
{
background-color: #482EAC;
}
</style>
border-color css
<style>
span { border-color: #482EAC; }
span { border-color: rgb(72,46,172); }
td.TdClassName
{
border-color: #482EAC;
}
.TagClassName
{
border-color: #482EAC;
}
</style>