Shades of Blue Gem #473AB1
Tints of Blue Gem #473AB1
RGB
CMYK
RGB Variations
Color information
#473AB1 (or 0x473AB1) is known color: Blue Gem. HEX triplet: 47, 3A and B1. RGB value is (71,58,177). Sum of RGB (Red+Green+Blue) = 71+58+177=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 177 (69.53% from 255 or 57.84% from 306); Max value from RGB is 177 - color contains mainly: blue. Hex color #473AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473AB1 is #B8C54E. Grayscale: #4A4A4A. Windows color (decimal): -12109135 or 11614791. OLE color: 11614791.
HSL color Cylindrical-coordinate representation of color #473AB1: hue angle of 246.55º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #473AB1 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 58 | 177 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.31 |
| HSL | 246.55º | 0.51% | 0.46% | - |
| HSV(B) | 246.55º | 0.67% | 0.69% | - |
| XYZ | 12.05 | 7.54 | 42.42 | - |
| YUV | 75.45 | 185.31 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 177 | 0.60 | 0.67 | 0 | 0.31 | 246.55 | 0.51 | 0.46 |
| Hex | 47 | 3A | B1 | 3C | 43 | 0 | 1F | F7 | 33 | 2E |
| Octal | 107 | 72 | 261 | 74 | 103 | 0 | 37 | 367 | 63 | 56 |
| Binary | 1000111 | 111010 | 10110001 | 111100 | 1000011 | 0 | 11111 | 11110111 | 110011 | 101110 |
Color Harmonies of #473AB1
Complementary color
Monochromatic Colors of #473AB1
Black with #473AB1
Text Example
Text Example
White with #473AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473AB1; }
p { color: rgb(71,58,177); }
H1.HeaderClassName
{
color: #473AB1;
}
.AnyTagClassName
{
color: #473AB1;
}
</style>
background-color css
<style>
a { background-color: #473AB1; }
a { background-color: rgb(71,58,177); }
div.DivClassName
{
background-color: #473AB1;
}
.BgClassName
{
background-color: #473AB1;
}
</style>
border-color css
<style>
span { border-color: #473AB1; }
span { border-color: rgb(71,58,177); }
td.TdClassName
{
border-color: #473AB1;
}
.TagClassName
{
border-color: #473AB1;
}
</style>