Shades of Governor Bay #4658A4
Tints of Governor Bay #4658A4
RGB
CMYK
RGB Variations
Color information
#4658A4 (or 0x4658A4) is known color: Governor Bay. HEX triplet: 46, 58 and A4. RGB value is (70,88,164). Sum of RGB (Red+Green+Blue) = 70+88+164=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #4658A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4658A4 is #B9A75B. Grayscale: #5A5A5A. Windows color (decimal): -12167004 or 10770502. OLE color: 10770502.
HSL color Cylindrical-coordinate representation of color #4658A4: hue angle of 228.51º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4658A4 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 88 | 164 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.36 |
| HSL | 228.51º | 0.4% | 0.46% | - |
| HSV(B) | 228.51º | 0.57% | 0.64% | - |
| XYZ | 12.72 | 10.96 | 36.57 | - |
| YUV | 91.28 | 169.04 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 164 | 0.57 | 0.46 | 0 | 0.36 | 228.51 | 0.4 | 0.46 |
| Hex | 46 | 58 | A4 | 39 | 2E | 0 | 24 | E5 | 28 | 2E |
| Octal | 106 | 130 | 244 | 71 | 56 | 0 | 44 | 345 | 50 | 56 |
| Binary | 1000110 | 1011000 | 10100100 | 111001 | 101110 | 0 | 100100 | 11100101 | 101000 | 101110 |
Color Harmonies of #4658A4
Complementary color
Monochromatic Colors of #4658A4
Black with #4658A4
Text Example
Text Example
White with #4658A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4658A4; }
p { color: rgb(70,88,164); }
H1.HeaderClassName
{
color: #4658A4;
}
.AnyTagClassName
{
color: #4658A4;
}
</style>
background-color css
<style>
a { background-color: #4658A4; }
a { background-color: rgb(70,88,164); }
div.DivClassName
{
background-color: #4658A4;
}
.BgClassName
{
background-color: #4658A4;
}
</style>
border-color css
<style>
span { border-color: #4658A4; }
span { border-color: rgb(70,88,164); }
td.TdClassName
{
border-color: #4658A4;
}
.TagClassName
{
border-color: #4658A4;
}
</style>