Shades of Blue Gem #473BB1
Tints of Blue Gem #473BB1
RGB
CMYK
RGB Variations
Color information
#473BB1 (or 0x473BB1) is known color: Blue Gem. HEX triplet: 47, 3B and B1. RGB value is (71,59,177). Sum of RGB (Red+Green+Blue) = 71+59+177=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 177 (69.53% from 255 or 57.65% from 307); Max value from RGB is 177 - color contains mainly: blue. Hex color #473BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473BB1 is #B8C44E. Grayscale: #4B4B4B. Windows color (decimal): -12108879 or 11615047. OLE color: 11615047.
HSL color Cylindrical-coordinate representation of color #473BB1: hue angle of 246.1º degrees, saturation: 0.5, 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 #473BB1 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 59 | 177 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.31 |
| HSL | 246.1º | 0.5% | 0.46% | - |
| HSV(B) | 246.1º | 0.67% | 0.69% | - |
| XYZ | 12.1 | 7.64 | 42.43 | - |
| YUV | 76.04 | 184.98 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 177 | 0.60 | 0.67 | 0 | 0.31 | 246.1 | 0.5 | 0.46 |
| Hex | 47 | 3B | B1 | 3C | 43 | 0 | 1F | F6 | 32 | 2E |
| Octal | 107 | 73 | 261 | 74 | 103 | 0 | 37 | 366 | 62 | 56 |
| Binary | 1000111 | 111011 | 10110001 | 111100 | 1000011 | 0 | 11111 | 11110110 | 110010 | 101110 |
Color Harmonies of #473BB1
Complementary color
Monochromatic Colors of #473BB1
Black with #473BB1
Text Example
Text Example
White with #473BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473BB1; }
p { color: rgb(71,59,177); }
H1.HeaderClassName
{
color: #473BB1;
}
.AnyTagClassName
{
color: #473BB1;
}
</style>
background-color css
<style>
a { background-color: #473BB1; }
a { background-color: rgb(71,59,177); }
div.DivClassName
{
background-color: #473BB1;
}
.BgClassName
{
background-color: #473BB1;
}
</style>
border-color css
<style>
span { border-color: #473BB1; }
span { border-color: rgb(71,59,177); }
td.TdClassName
{
border-color: #473BB1;
}
.TagClassName
{
border-color: #473BB1;
}
</style>