Shades of Blue Gem #4839AF
Tints of Blue Gem #4839AF
RGB
CMYK
RGB Variations
Color information
#4839AF (or 0x4839AF) is known color: Blue Gem. HEX triplet: 48, 39 and AF. RGB value is (72,57,175). Sum of RGB (Red+Green+Blue) = 72+57+175=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #4839AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4839AF is #B7C650. Grayscale: #4A4A4A. Windows color (decimal): -12043857 or 11483464. OLE color: 11483464.
HSL color Cylindrical-coordinate representation of color #4839AF: hue angle of 247.63º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4839AF is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 57 | 175 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.31 |
| HSL | 247.63º | 0.51% | 0.45% | - |
| HSV(B) | 247.63º | 0.67% | 0.69% | - |
| XYZ | 11.87 | 7.4 | 41.36 | - |
| YUV | 74.94 | 184.47 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 175 | 0.59 | 0.67 | 0 | 0.31 | 247.63 | 0.51 | 0.45 |
| Hex | 48 | 39 | AF | 3B | 43 | 0 | 1F | F8 | 33 | 2D |
| Octal | 110 | 71 | 257 | 73 | 103 | 0 | 37 | 370 | 63 | 55 |
| Binary | 1001000 | 111001 | 10101111 | 111011 | 1000011 | 0 | 11111 | 11111000 | 110011 | 101101 |
Color Harmonies of #4839AF
Complementary color
Monochromatic Colors of #4839AF
Black with #4839AF
Text Example
Text Example
White with #4839AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4839AF; }
p { color: rgb(72,57,175); }
H1.HeaderClassName
{
color: #4839AF;
}
.AnyTagClassName
{
color: #4839AF;
}
</style>
background-color css
<style>
a { background-color: #4839AF; }
a { background-color: rgb(72,57,175); }
div.DivClassName
{
background-color: #4839AF;
}
.BgClassName
{
background-color: #4839AF;
}
</style>
border-color css
<style>
span { border-color: #4839AF; }
span { border-color: rgb(72,57,175); }
td.TdClassName
{
border-color: #4839AF;
}
.TagClassName
{
border-color: #4839AF;
}
</style>