Shades of Blue Gem #4725AA
Tints of Blue Gem #4725AA
RGB
CMYK
RGB Variations
Color information
#4725AA (or 0x4725AA) is known color: Blue Gem. HEX triplet: 47, 25 and AA. RGB value is (71,37,170). Sum of RGB (Red+Green+Blue) = 71+37+170=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #4725AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4725AA is #B8DA55. Grayscale: #3D3D3D. Windows color (decimal): -12114518 or 11150663. OLE color: 11150663.
HSL color Cylindrical-coordinate representation of color #4725AA: hue angle of 255.34º 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 #4725AA is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 37 | 170 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.33 |
| HSL | 255.34º | 0.64% | 0.41% | - |
| HSV(B) | 255.34º | 0.78% | 0.67% | - |
| XYZ | 10.52 | 5.57 | 38.55 | - |
| YUV | 62.33 | 188.76 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 170 | 0.58 | 0.78 | 0 | 0.33 | 255.34 | 0.64 | 0.41 |
| Hex | 47 | 25 | AA | 3A | 4E | 0 | 21 | FF | 40 | 29 |
| Octal | 107 | 45 | 252 | 72 | 116 | 0 | 41 | 377 | 100 | 51 |
| Binary | 1000111 | 100101 | 10101010 | 111010 | 1001110 | 0 | 100001 | 11111111 | 1000000 | 101001 |
Color Harmonies of #4725AA
Complementary color
Monochromatic Colors of #4725AA
Black with #4725AA
Text Example
Text Example
White with #4725AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4725AA; }
p { color: rgb(71,37,170); }
H1.HeaderClassName
{
color: #4725AA;
}
.AnyTagClassName
{
color: #4725AA;
}
</style>
background-color css
<style>
a { background-color: #4725AA; }
a { background-color: rgb(71,37,170); }
div.DivClassName
{
background-color: #4725AA;
}
.BgClassName
{
background-color: #4725AA;
}
</style>
border-color css
<style>
span { border-color: #4725AA; }
span { border-color: rgb(71,37,170); }
td.TdClassName
{
border-color: #4725AA;
}
.TagClassName
{
border-color: #4725AA;
}
</style>