Shades of Blue Gem #4731AF
Tints of Blue Gem #4731AF
RGB
CMYK
RGB Variations
Color information
#4731AF (or 0x4731AF) is known color: Blue Gem. HEX triplet: 47, 31 and AF. RGB value is (71,49,175). Sum of RGB (Red+Green+Blue) = 71+49+175=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #4731AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4731AF is #B8CE50. Grayscale: #454545. Windows color (decimal): -12111441 or 11481415. OLE color: 11481415.
HSL color Cylindrical-coordinate representation of color #4731AF: hue angle of 250.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4731AF is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 49 | 175 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.31 |
| HSL | 250.48º | 0.56% | 0.44% | - |
| HSV(B) | 250.48º | 0.72% | 0.69% | - |
| XYZ | 11.43 | 6.63 | 41.23 | - |
| YUV | 69.94 | 187.29 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 175 | 0.59 | 0.72 | 0 | 0.31 | 250.48 | 0.56 | 0.44 |
| Hex | 47 | 31 | AF | 3B | 48 | 0 | 1F | FA | 38 | 2C |
| Octal | 107 | 61 | 257 | 73 | 110 | 0 | 37 | 372 | 70 | 54 |
| Binary | 1000111 | 110001 | 10101111 | 111011 | 1001000 | 0 | 11111 | 11111010 | 111000 | 101100 |
Color Harmonies of #4731AF
Complementary color
Monochromatic Colors of #4731AF
Black with #4731AF
Text Example
Text Example
White with #4731AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4731AF; }
p { color: rgb(71,49,175); }
H1.HeaderClassName
{
color: #4731AF;
}
.AnyTagClassName
{
color: #4731AF;
}
</style>
background-color css
<style>
a { background-color: #4731AF; }
a { background-color: rgb(71,49,175); }
div.DivClassName
{
background-color: #4731AF;
}
.BgClassName
{
background-color: #4731AF;
}
</style>
border-color css
<style>
span { border-color: #4731AF; }
span { border-color: rgb(71,49,175); }
td.TdClassName
{
border-color: #4731AF;
}
.TagClassName
{
border-color: #4731AF;
}
</style>