Shades of Blue Gem #482B9A
Tints of Blue Gem #482B9A
RGB
CMYK
RGB Variations
Color information
#482B9A (or 0x482B9A) is known color: Blue Gem. HEX triplet: 48, 2B and 9A. RGB value is (72,43,154). Sum of RGB (Red+Green+Blue) = 72+43+154=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #482B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482B9A is #B7D465. Grayscale: #3F3F3F. Windows color (decimal): -12047462 or 10103624. OLE color: 10103624.
HSL color Cylindrical-coordinate representation of color #482B9A: hue angle of 255.68º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482B9A is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 43 | 154 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.40 |
| HSL | 255.68º | 0.56% | 0.39% | - |
| HSV(B) | 255.68º | 0.72% | 0.6% | - |
| XYZ | 9.37 | 5.44 | 31.13 | - |
| YUV | 64.33 | 178.61 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 43 | 154 | 0.53 | 0.72 | 0 | 0.40 | 255.68 | 0.56 | 0.39 |
| Hex | 48 | 2B | 9A | 35 | 48 | 0 | 28 | 100 | 38 | 27 |
| Octal | 110 | 53 | 232 | 65 | 110 | 0 | 50 | 400 | 70 | 47 |
| Binary | 1001000 | 101011 | 10011010 | 110101 | 1001000 | 0 | 101000 | 100000000 | 111000 | 100111 |
Color Harmonies of #482B9A
Complementary color
Monochromatic Colors of #482B9A
Black with #482B9A
Text Example
Text Example
White with #482B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482B9A; }
p { color: rgb(72,43,154); }
H1.HeaderClassName
{
color: #482B9A;
}
.AnyTagClassName
{
color: #482B9A;
}
</style>
background-color css
<style>
a { background-color: #482B9A; }
a { background-color: rgb(72,43,154); }
div.DivClassName
{
background-color: #482B9A;
}
.BgClassName
{
background-color: #482B9A;
}
</style>
border-color css
<style>
span { border-color: #482B9A; }
span { border-color: rgb(72,43,154); }
td.TdClassName
{
border-color: #482B9A;
}
.TagClassName
{
border-color: #482B9A;
}
</style>