Shades of Governor Bay #474BAC
Tints of Governor Bay #474BAC
RGB
CMYK
RGB Variations
Color information
#474BAC (or 0x474BAC) is known color: Governor Bay. HEX triplet: 47, 4B and AC. RGB value is (71,75,172). Sum of RGB (Red+Green+Blue) = 71+75+172=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #474BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474BAC is #B8B453. Grayscale: #545454. Windows color (decimal): -12104788 or 11291463. OLE color: 11291463.
HSL color Cylindrical-coordinate representation of color #474BAC: hue angle of 237.62º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #474BAC is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 75 | 172 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.33 |
| HSL | 237.62º | 0.42% | 0.48% | - |
| HSV(B) | 237.62º | 0.59% | 0.67% | - |
| XYZ | 12.56 | 9.35 | 40.17 | - |
| YUV | 84.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 172 | 0.59 | 0.56 | 0 | 0.33 | 237.62 | 0.42 | 0.48 |
| Hex | 47 | 4B | AC | 3B | 38 | 0 | 21 | EE | 2A | 30 |
| Octal | 107 | 113 | 254 | 73 | 70 | 0 | 41 | 356 | 52 | 60 |
| Binary | 1000111 | 1001011 | 10101100 | 111011 | 111000 | 0 | 100001 | 11101110 | 101010 | 110000 |
Color Harmonies of #474BAC
Complementary color
Monochromatic Colors of #474BAC
Black with #474BAC
Text Example
Text Example
White with #474BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474BAC; }
p { color: rgb(71,75,172); }
H1.HeaderClassName
{
color: #474BAC;
}
.AnyTagClassName
{
color: #474BAC;
}
</style>
background-color css
<style>
a { background-color: #474BAC; }
a { background-color: rgb(71,75,172); }
div.DivClassName
{
background-color: #474BAC;
}
.BgClassName
{
background-color: #474BAC;
}
</style>
border-color css
<style>
span { border-color: #474BAC; }
span { border-color: rgb(71,75,172); }
td.TdClassName
{
border-color: #474BAC;
}
.TagClassName
{
border-color: #474BAC;
}
</style>