Shades of Governor Bay #4640AB
Tints of Governor Bay #4640AB
RGB
CMYK
RGB Variations
Color information
#4640AB (or 0x4640AB) is known color: Governor Bay. HEX triplet: 46, 40 and AB. RGB value is (70,64,171). Sum of RGB (Red+Green+Blue) = 70+64+171=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #4640AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4640AB is #B9BF54. Grayscale: #4D4D4D. Windows color (decimal): -12173141 or 11223110. OLE color: 11223110.
HSL color Cylindrical-coordinate representation of color #4640AB: hue angle of 243.36º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4640AB is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 64 | 171 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.33 |
| HSL | 243.36º | 0.46% | 0.46% | - |
| HSV(B) | 243.36º | 0.63% | 0.67% | - |
| XYZ | 11.71 | 7.91 | 39.44 | - |
| YUV | 77.99 | 180.49 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 171 | 0.59 | 0.63 | 0 | 0.33 | 243.36 | 0.46 | 0.46 |
| Hex | 46 | 40 | AB | 3B | 3F | 0 | 21 | F3 | 2E | 2E |
| Octal | 106 | 100 | 253 | 73 | 77 | 0 | 41 | 363 | 56 | 56 |
| Binary | 1000110 | 1000000 | 10101011 | 111011 | 111111 | 0 | 100001 | 11110011 | 101110 | 101110 |
Color Harmonies of #4640AB
Complementary color
Monochromatic Colors of #4640AB
Black with #4640AB
Text Example
Text Example
White with #4640AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4640AB; }
p { color: rgb(70,64,171); }
H1.HeaderClassName
{
color: #4640AB;
}
.AnyTagClassName
{
color: #4640AB;
}
</style>
background-color css
<style>
a { background-color: #4640AB; }
a { background-color: rgb(70,64,171); }
div.DivClassName
{
background-color: #4640AB;
}
.BgClassName
{
background-color: #4640AB;
}
</style>
border-color css
<style>
span { border-color: #4640AB; }
span { border-color: rgb(70,64,171); }
td.TdClassName
{
border-color: #4640AB;
}
.TagClassName
{
border-color: #4640AB;
}
</style>