Shades of Governor Bay #4557AD
Tints of Governor Bay #4557AD
RGB
CMYK
RGB Variations
Color information
#4557AD (or 0x4557AD) is known color: Governor Bay. HEX triplet: 45, 57 and AD. RGB value is (69,87,173). Sum of RGB (Red+Green+Blue) = 69+87+173=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #4557AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4557AD is #BAA852. Grayscale: #5B5B5B. Windows color (decimal): -12232787 or 11360069. OLE color: 11360069.
HSL color Cylindrical-coordinate representation of color #4557AD: hue angle of 229.62º 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 #4557AD is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 87 | 173 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.32 |
| HSL | 229.62º | 0.43% | 0.47% | - |
| HSV(B) | 229.62º | 0.6% | 0.68% | - |
| XYZ | 13.41 | 11.1 | 40.97 | - |
| YUV | 91.42 | 174.04 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 87 | 173 | 0.60 | 0.50 | 0 | 0.32 | 229.62 | 0.43 | 0.47 |
| Hex | 45 | 57 | AD | 3C | 32 | 0 | 20 | E6 | 2B | 2F |
| Octal | 105 | 127 | 255 | 74 | 62 | 0 | 40 | 346 | 53 | 57 |
| Binary | 1000101 | 1010111 | 10101101 | 111100 | 110010 | 0 | 100000 | 11100110 | 101011 | 101111 |
Color Harmonies of #4557AD
Complementary color
Monochromatic Colors of #4557AD
Black with #4557AD
Text Example
Text Example
White with #4557AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4557AD; }
p { color: rgb(69,87,173); }
H1.HeaderClassName
{
color: #4557AD;
}
.AnyTagClassName
{
color: #4557AD;
}
</style>
background-color css
<style>
a { background-color: #4557AD; }
a { background-color: rgb(69,87,173); }
div.DivClassName
{
background-color: #4557AD;
}
.BgClassName
{
background-color: #4557AD;
}
</style>
border-color css
<style>
span { border-color: #4557AD; }
span { border-color: rgb(69,87,173); }
td.TdClassName
{
border-color: #4557AD;
}
.TagClassName
{
border-color: #4557AD;
}
</style>