Shades of Blue Gem #4739AF
Tints of Blue Gem #4739AF
RGB
CMYK
RGB Variations
Color information
#4739AF (or 0x4739AF) is known color: Blue Gem. HEX triplet: 47, 39 and AF. RGB value is (71,57,175). Sum of RGB (Red+Green+Blue) = 71+57+175=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #4739AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4739AF is #B8C650. Grayscale: #4A4A4A. Windows color (decimal): -12109393 or 11483463. OLE color: 11483463.
HSL color Cylindrical-coordinate representation of color #4739AF: hue angle of 247.12º 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 #4739AF is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 57 | 175 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.31 |
| HSL | 247.12º | 0.51% | 0.45% | - |
| HSV(B) | 247.12º | 0.67% | 0.69% | - |
| XYZ | 11.8 | 7.36 | 41.36 | - |
| YUV | 74.64 | 184.64 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 57 | 175 | 0.59 | 0.67 | 0 | 0.31 | 247.12 | 0.51 | 0.45 |
| Hex | 47 | 39 | AF | 3B | 43 | 0 | 1F | F7 | 33 | 2D |
| Octal | 107 | 71 | 257 | 73 | 103 | 0 | 37 | 367 | 63 | 55 |
| Binary | 1000111 | 111001 | 10101111 | 111011 | 1000011 | 0 | 11111 | 11110111 | 110011 | 101101 |
Color Harmonies of #4739AF
Complementary color
Monochromatic Colors of #4739AF
Black with #4739AF
Text Example
Text Example
White with #4739AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4739AF; }
p { color: rgb(71,57,175); }
H1.HeaderClassName
{
color: #4739AF;
}
.AnyTagClassName
{
color: #4739AF;
}
</style>
background-color css
<style>
a { background-color: #4739AF; }
a { background-color: rgb(71,57,175); }
div.DivClassName
{
background-color: #4739AF;
}
.BgClassName
{
background-color: #4739AF;
}
</style>
border-color css
<style>
span { border-color: #4739AF; }
span { border-color: rgb(71,57,175); }
td.TdClassName
{
border-color: #4739AF;
}
.TagClassName
{
border-color: #4739AF;
}
</style>