Shades of Governor Bay #4640A8
Tints of Governor Bay #4640A8
RGB
CMYK
RGB Variations
Color information
#4640A8 (or 0x4640A8) is known color: Governor Bay. HEX triplet: 46, 40 and A8. RGB value is (70,64,168). Sum of RGB (Red+Green+Blue) = 70+64+168=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 168 (66.02% from 255 or 55.63% from 302); Max value from RGB is 168 - color contains mainly: blue. Hex color #4640A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4640A8 is #B9BF57. Grayscale: #4D4D4D. Windows color (decimal): -12173144 or 11026502. OLE color: 11026502.
HSL color Cylindrical-coordinate representation of color #4640A8: hue angle of 243.46º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4640A8 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 64 | 168 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.34 |
| HSL | 243.46º | 0.45% | 0.45% | - |
| HSV(B) | 243.46º | 0.62% | 0.66% | - |
| XYZ | 11.43 | 7.8 | 37.95 | - |
| YUV | 77.65 | 178.99 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 168 | 0.58 | 0.62 | 0 | 0.34 | 243.46 | 0.45 | 0.45 |
| Hex | 46 | 40 | A8 | 3A | 3E | 0 | 22 | F3 | 2D | 2D |
| Octal | 106 | 100 | 250 | 72 | 76 | 0 | 42 | 363 | 55 | 55 |
| Binary | 1000110 | 1000000 | 10101000 | 111010 | 111110 | 0 | 100010 | 11110011 | 101101 | 101101 |
Color Harmonies of #4640A8
Complementary color
Monochromatic Colors of #4640A8
Black with #4640A8
Text Example
Text Example
White with #4640A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4640A8; }
p { color: rgb(70,64,168); }
H1.HeaderClassName
{
color: #4640A8;
}
.AnyTagClassName
{
color: #4640A8;
}
</style>
background-color css
<style>
a { background-color: #4640A8; }
a { background-color: rgb(70,64,168); }
div.DivClassName
{
background-color: #4640A8;
}
.BgClassName
{
background-color: #4640A8;
}
</style>
border-color css
<style>
span { border-color: #4640A8; }
span { border-color: rgb(70,64,168); }
td.TdClassName
{
border-color: #4640A8;
}
.TagClassName
{
border-color: #4640A8;
}
</style>