Shades of Governor Bay #4547AD
Tints of Governor Bay #4547AD
RGB
CMYK
RGB Variations
Color information
#4547AD (or 0x4547AD) is known color: Governor Bay. HEX triplet: 45, 47 and AD. RGB value is (69,71,173). Sum of RGB (Red+Green+Blue) = 69+71+173=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #4547AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4547AD is #BAB852. Grayscale: #515151. Windows color (decimal): -12236883 or 11355973. OLE color: 11355973.
HSL color Cylindrical-coordinate representation of color #4547AD: hue angle of 238.85º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4547AD is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 71 | 173 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.32 |
| HSL | 238.85º | 0.43% | 0.47% | - |
| HSV(B) | 238.85º | 0.6% | 0.68% | - |
| XYZ | 12.25 | 8.79 | 40.59 | - |
| YUV | 82.03 | 179.34 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 173 | 0.60 | 0.59 | 0 | 0.32 | 238.85 | 0.43 | 0.47 |
| Hex | 45 | 47 | AD | 3C | 3B | 0 | 20 | EF | 2B | 2F |
| Octal | 105 | 107 | 255 | 74 | 73 | 0 | 40 | 357 | 53 | 57 |
| Binary | 1000101 | 1000111 | 10101101 | 111100 | 111011 | 0 | 100000 | 11101111 | 101011 | 101111 |
Color Harmonies of #4547AD
Complementary color
Monochromatic Colors of #4547AD
Black with #4547AD
Text Example
Text Example
White with #4547AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4547AD; }
p { color: rgb(69,71,173); }
H1.HeaderClassName
{
color: #4547AD;
}
.AnyTagClassName
{
color: #4547AD;
}
</style>
background-color css
<style>
a { background-color: #4547AD; }
a { background-color: rgb(69,71,173); }
div.DivClassName
{
background-color: #4547AD;
}
.BgClassName
{
background-color: #4547AD;
}
</style>
border-color css
<style>
span { border-color: #4547AD; }
span { border-color: rgb(69,71,173); }
td.TdClassName
{
border-color: #4547AD;
}
.TagClassName
{
border-color: #4547AD;
}
</style>