Shades of Blue Gem #473DAC
Tints of Blue Gem #473DAC
RGB
CMYK
RGB Variations
Color information
#473DAC (or 0x473DAC) is known color: Blue Gem. HEX triplet: 47, 3D and AC. RGB value is (71,61,172). Sum of RGB (Red+Green+Blue) = 71+61+172=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #473DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473DAC is #B8C253. Grayscale: #4C4C4C. Windows color (decimal): -12108372 or 11287879. OLE color: 11287879.
HSL color Cylindrical-coordinate representation of color #473DAC: hue angle of 245.41º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #473DAC is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 61 | 172 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.33 |
| HSL | 245.41º | 0.48% | 0.46% | - |
| HSV(B) | 245.41º | 0.65% | 0.67% | - |
| XYZ | 11.71 | 7.66 | 39.89 | - |
| YUV | 76.64 | 181.81 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 172 | 0.59 | 0.65 | 0 | 0.33 | 245.41 | 0.48 | 0.46 |
| Hex | 47 | 3D | AC | 3B | 41 | 0 | 21 | F5 | 30 | 2E |
| Octal | 107 | 75 | 254 | 73 | 101 | 0 | 41 | 365 | 60 | 56 |
| Binary | 1000111 | 111101 | 10101100 | 111011 | 1000001 | 0 | 100001 | 11110101 | 110000 | 101110 |
Color Harmonies of #473DAC
Complementary color
Monochromatic Colors of #473DAC
Black with #473DAC
Text Example
Text Example
White with #473DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473DAC; }
p { color: rgb(71,61,172); }
H1.HeaderClassName
{
color: #473DAC;
}
.AnyTagClassName
{
color: #473DAC;
}
</style>
background-color css
<style>
a { background-color: #473DAC; }
a { background-color: rgb(71,61,172); }
div.DivClassName
{
background-color: #473DAC;
}
.BgClassName
{
background-color: #473DAC;
}
</style>
border-color css
<style>
span { border-color: #473DAC; }
span { border-color: rgb(71,61,172); }
td.TdClassName
{
border-color: #473DAC;
}
.TagClassName
{
border-color: #473DAC;
}
</style>