Shades of Blue Gem #4735A1
Tints of Blue Gem #4735A1
RGB
CMYK
RGB Variations
Color information
#4735A1 (or 0x4735A1) is known color: Blue Gem. HEX triplet: 47, 35 and A1. RGB value is (71,53,161). Sum of RGB (Red+Green+Blue) = 71+53+161=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 161 (63.28% from 255 or 56.49% from 285); Max value from RGB is 161 - color contains mainly: blue. Hex color #4735A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4735A1 is #B8CA5E. Grayscale: #464646. Windows color (decimal): -12110431 or 10564935. OLE color: 10564935.
HSL color Cylindrical-coordinate representation of color #4735A1: hue angle of 250º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4735A1 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 53 | 161 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.37 |
| HSL | 250º | 0.5% | 0.42% | - |
| HSV(B) | 250º | 0.67% | 0.63% | - |
| XYZ | 10.3 | 6.46 | 34.42 | - |
| YUV | 70.69 | 178.96 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 53 | 161 | 0.56 | 0.67 | 0 | 0.37 | 250 | 0.5 | 0.42 |
| Hex | 47 | 35 | A1 | 38 | 43 | 0 | 25 | FA | 32 | 2A |
| Octal | 107 | 65 | 241 | 70 | 103 | 0 | 45 | 372 | 62 | 52 |
| Binary | 1000111 | 110101 | 10100001 | 111000 | 1000011 | 0 | 100101 | 11111010 | 110010 | 101010 |
Color Harmonies of #4735A1
Complementary color
Monochromatic Colors of #4735A1
Black with #4735A1
Text Example
Text Example
White with #4735A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4735A1; }
p { color: rgb(71,53,161); }
H1.HeaderClassName
{
color: #4735A1;
}
.AnyTagClassName
{
color: #4735A1;
}
</style>
background-color css
<style>
a { background-color: #4735A1; }
a { background-color: rgb(71,53,161); }
div.DivClassName
{
background-color: #4735A1;
}
.BgClassName
{
background-color: #4735A1;
}
</style>
border-color css
<style>
span { border-color: #4735A1; }
span { border-color: rgb(71,53,161); }
td.TdClassName
{
border-color: #4735A1;
}
.TagClassName
{
border-color: #4735A1;
}
</style>