Shades of Blue Gem #4725AB
Tints of Blue Gem #4725AB
RGB
CMYK
RGB Variations
Color information
#4725AB (or 0x4725AB) is known color: Blue Gem. HEX triplet: 47, 25 and AB. RGB value is (71,37,171). Sum of RGB (Red+Green+Blue) = 71+37+171=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #4725AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4725AB is #B8DA54. Grayscale: #3D3D3D. Windows color (decimal): -12114517 or 11216199. OLE color: 11216199.
HSL color Cylindrical-coordinate representation of color #4725AB: hue angle of 255.22º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4725AB is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 37 | 171 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.33 |
| HSL | 255.22º | 0.64% | 0.41% | - |
| HSV(B) | 255.22º | 0.78% | 0.67% | - |
| XYZ | 10.61 | 5.6 | 39.05 | - |
| YUV | 62.44 | 189.26 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 171 | 0.58 | 0.78 | 0 | 0.33 | 255.22 | 0.64 | 0.41 |
| Hex | 47 | 25 | AB | 3A | 4E | 0 | 21 | FF | 40 | 29 |
| Octal | 107 | 45 | 253 | 72 | 116 | 0 | 41 | 377 | 100 | 51 |
| Binary | 1000111 | 100101 | 10101011 | 111010 | 1001110 | 0 | 100001 | 11111111 | 1000000 | 101001 |
Color Harmonies of #4725AB
Complementary color
Monochromatic Colors of #4725AB
Black with #4725AB
Text Example
Text Example
White with #4725AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4725AB; }
p { color: rgb(71,37,171); }
H1.HeaderClassName
{
color: #4725AB;
}
.AnyTagClassName
{
color: #4725AB;
}
</style>
background-color css
<style>
a { background-color: #4725AB; }
a { background-color: rgb(71,37,171); }
div.DivClassName
{
background-color: #4725AB;
}
.BgClassName
{
background-color: #4725AB;
}
</style>
border-color css
<style>
span { border-color: #4725AB; }
span { border-color: rgb(71,37,171); }
td.TdClassName
{
border-color: #4725AB;
}
.TagClassName
{
border-color: #4725AB;
}
</style>