Shades of Governor Bay #4657AD
Tints of Governor Bay #4657AD
RGB
CMYK
RGB Variations
Color information
#4657AD (or 0x4657AD) is known color: Governor Bay. HEX triplet: 46, 57 and AD. RGB value is (70,87,173). Sum of RGB (Red+Green+Blue) = 70+87+173=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #4657AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4657AD is #B9A852. Grayscale: #5B5B5B. Windows color (decimal): -12167251 or 11360070. OLE color: 11360070.
HSL color Cylindrical-coordinate representation of color #4657AD: hue angle of 230.1º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4657AD is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 87 | 173 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.32 |
| HSL | 230.1º | 0.42% | 0.48% | - |
| HSV(B) | 230.1º | 0.6% | 0.68% | - |
| XYZ | 13.48 | 11.14 | 40.97 | - |
| YUV | 91.72 | 173.87 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 87 | 173 | 0.60 | 0.50 | 0 | 0.32 | 230.1 | 0.42 | 0.48 |
| Hex | 46 | 57 | AD | 3C | 32 | 0 | 20 | E6 | 2A | 30 |
| Octal | 106 | 127 | 255 | 74 | 62 | 0 | 40 | 346 | 52 | 60 |
| Binary | 1000110 | 1010111 | 10101101 | 111100 | 110010 | 0 | 100000 | 11100110 | 101010 | 110000 |
Color Harmonies of #4657AD
Complementary color
Monochromatic Colors of #4657AD
Black with #4657AD
Text Example
Text Example
White with #4657AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4657AD; }
p { color: rgb(70,87,173); }
H1.HeaderClassName
{
color: #4657AD;
}
.AnyTagClassName
{
color: #4657AD;
}
</style>
background-color css
<style>
a { background-color: #4657AD; }
a { background-color: rgb(70,87,173); }
div.DivClassName
{
background-color: #4657AD;
}
.BgClassName
{
background-color: #4657AD;
}
</style>
border-color css
<style>
span { border-color: #4657AD; }
span { border-color: rgb(70,87,173); }
td.TdClassName
{
border-color: #4657AD;
}
.TagClassName
{
border-color: #4657AD;
}
</style>