Shades of Blue Gem #481C9F
Tints of Blue Gem #481C9F
RGB
CMYK
RGB Variations
Color information
#481C9F (or 0x481C9F) is known color: Blue Gem. HEX triplet: 48, 1C and 9F. RGB value is (72,28,159). Sum of RGB (Red+Green+Blue) = 72+28+159=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #481C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481C9F is #B7E360. Grayscale: #373737. Windows color (decimal): -12051297 or 10427464. OLE color: 10427464.
HSL color Cylindrical-coordinate representation of color #481C9F: hue angle of 260.15º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #481C9F is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 28 | 159 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.38 |
| HSL | 260.15º | 0.7% | 0.37% | - |
| HSV(B) | 260.15º | 0.82% | 0.62% | - |
| XYZ | 9.35 | 4.71 | 33.22 | - |
| YUV | 56.09 | 186.08 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 159 | 0.55 | 0.82 | 0 | 0.38 | 260.15 | 0.7 | 0.37 |
| Hex | 48 | 1C | 9F | 37 | 52 | 0 | 26 | 104 | 46 | 25 |
| Octal | 110 | 34 | 237 | 67 | 122 | 0 | 46 | 404 | 106 | 45 |
| Binary | 1001000 | 11100 | 10011111 | 110111 | 1010010 | 0 | 100110 | 100000100 | 1000110 | 100101 |
Color Harmonies of #481C9F
Complementary color
Monochromatic Colors of #481C9F
Black with #481C9F
Text Example
Text Example
White with #481C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C9F; }
p { color: rgb(72,28,159); }
H1.HeaderClassName
{
color: #481C9F;
}
.AnyTagClassName
{
color: #481C9F;
}
</style>
background-color css
<style>
a { background-color: #481C9F; }
a { background-color: rgb(72,28,159); }
div.DivClassName
{
background-color: #481C9F;
}
.BgClassName
{
background-color: #481C9F;
}
</style>
border-color css
<style>
span { border-color: #481C9F; }
span { border-color: rgb(72,28,159); }
td.TdClassName
{
border-color: #481C9F;
}
.TagClassName
{
border-color: #481C9F;
}
</style>