Shades of Governor Bay #473FAD
Tints of Governor Bay #473FAD
RGB
CMYK
RGB Variations
Color information
#473FAD (or 0x473FAD) is known color: Governor Bay. HEX triplet: 47, 3F and AD. RGB value is (71,63,173). Sum of RGB (Red+Green+Blue) = 71+63+173=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #473FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473FAD is #B8C052. Grayscale: #4D4D4D. Windows color (decimal): -12107859 or 11353927. OLE color: 11353927.
HSL color Cylindrical-coordinate representation of color #473FAD: hue angle of 244.36º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #473FAD is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 63 | 173 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.32 |
| HSL | 244.36º | 0.47% | 0.46% | - |
| HSV(B) | 244.36º | 0.64% | 0.68% | - |
| XYZ | 11.92 | 7.91 | 40.43 | - |
| YUV | 77.93 | 181.65 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 173 | 0.59 | 0.64 | 0 | 0.32 | 244.36 | 0.47 | 0.46 |
| Hex | 47 | 3F | AD | 3B | 40 | 0 | 20 | F4 | 2F | 2E |
| Octal | 107 | 77 | 255 | 73 | 100 | 0 | 40 | 364 | 57 | 56 |
| Binary | 1000111 | 111111 | 10101101 | 111011 | 1000000 | 0 | 100000 | 11110100 | 101111 | 101110 |
Color Harmonies of #473FAD
Complementary color
Monochromatic Colors of #473FAD
Black with #473FAD
Text Example
Text Example
White with #473FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473FAD; }
p { color: rgb(71,63,173); }
H1.HeaderClassName
{
color: #473FAD;
}
.AnyTagClassName
{
color: #473FAD;
}
</style>
background-color css
<style>
a { background-color: #473FAD; }
a { background-color: rgb(71,63,173); }
div.DivClassName
{
background-color: #473FAD;
}
.BgClassName
{
background-color: #473FAD;
}
</style>
border-color css
<style>
span { border-color: #473FAD; }
span { border-color: rgb(71,63,173); }
td.TdClassName
{
border-color: #473FAD;
}
.TagClassName
{
border-color: #473FAD;
}
</style>