Shades of Governor Bay #4653A7
Tints of Governor Bay #4653A7
RGB
CMYK
RGB Variations
Color information
#4653A7 (or 0x4653A7) is known color: Governor Bay. HEX triplet: 46, 53 and A7. RGB value is (70,83,167). Sum of RGB (Red+Green+Blue) = 70+83+167=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 167 (65.62% from 255 or 52.19% from 320); Max value from RGB is 167 - color contains mainly: blue. Hex color #4653A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4653A7 is #B9AC58. Grayscale: #585858. Windows color (decimal): -12168281 or 10965830. OLE color: 10965830.
HSL color Cylindrical-coordinate representation of color #4653A7: hue angle of 231.96º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4653A7 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 83 | 167 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.35 |
| HSL | 231.96º | 0.41% | 0.46% | - |
| HSV(B) | 231.96º | 0.58% | 0.65% | - |
| XYZ | 12.59 | 10.28 | 37.88 | - |
| YUV | 88.69 | 172.19 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 167 | 0.58 | 0.50 | 0 | 0.35 | 231.96 | 0.41 | 0.46 |
| Hex | 46 | 53 | A7 | 3A | 32 | 0 | 23 | E8 | 29 | 2E |
| Octal | 106 | 123 | 247 | 72 | 62 | 0 | 43 | 350 | 51 | 56 |
| Binary | 1000110 | 1010011 | 10100111 | 111010 | 110010 | 0 | 100011 | 11101000 | 101001 | 101110 |
Color Harmonies of #4653A7
Complementary color
Monochromatic Colors of #4653A7
Black with #4653A7
Text Example
Text Example
White with #4653A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4653A7; }
p { color: rgb(70,83,167); }
H1.HeaderClassName
{
color: #4653A7;
}
.AnyTagClassName
{
color: #4653A7;
}
</style>
background-color css
<style>
a { background-color: #4653A7; }
a { background-color: rgb(70,83,167); }
div.DivClassName
{
background-color: #4653A7;
}
.BgClassName
{
background-color: #4653A7;
}
</style>
border-color css
<style>
span { border-color: #4653A7; }
span { border-color: rgb(70,83,167); }
td.TdClassName
{
border-color: #4653A7;
}
.TagClassName
{
border-color: #4653A7;
}
</style>