Shades of Blue Gem #482A9C
Tints of Blue Gem #482A9C
RGB
CMYK
RGB Variations
Color information
#482A9C (or 0x482A9C) is known color: Blue Gem. HEX triplet: 48, 2A and 9C. RGB value is (72,42,156). Sum of RGB (Red+Green+Blue) = 72+42+156=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #482A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482A9C is #B7D563. Grayscale: #3F3F3F. Windows color (decimal): -12047716 or 10234440. OLE color: 10234440.
HSL color Cylindrical-coordinate representation of color #482A9C: hue angle of 255.79º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #482A9C is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 42 | 156 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.39 |
| HSL | 255.79º | 0.58% | 0.39% | - |
| HSV(B) | 255.79º | 0.73% | 0.61% | - |
| XYZ | 9.5 | 5.43 | 32 | - |
| YUV | 63.97 | 179.94 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 156 | 0.54 | 0.73 | 0 | 0.39 | 255.79 | 0.58 | 0.39 |
| Hex | 48 | 2A | 9C | 36 | 49 | 0 | 27 | 100 | 3A | 27 |
| Octal | 110 | 52 | 234 | 66 | 111 | 0 | 47 | 400 | 72 | 47 |
| Binary | 1001000 | 101010 | 10011100 | 110110 | 1001001 | 0 | 100111 | 100000000 | 111010 | 100111 |
Color Harmonies of #482A9C
Complementary color
Monochromatic Colors of #482A9C
Black with #482A9C
Text Example
Text Example
White with #482A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A9C; }
p { color: rgb(72,42,156); }
H1.HeaderClassName
{
color: #482A9C;
}
.AnyTagClassName
{
color: #482A9C;
}
</style>
background-color css
<style>
a { background-color: #482A9C; }
a { background-color: rgb(72,42,156); }
div.DivClassName
{
background-color: #482A9C;
}
.BgClassName
{
background-color: #482A9C;
}
</style>
border-color css
<style>
span { border-color: #482A9C; }
span { border-color: rgb(72,42,156); }
td.TdClassName
{
border-color: #482A9C;
}
.TagClassName
{
border-color: #482A9C;
}
</style>