Shades of Governor Bay #4641AB
Tints of Governor Bay #4641AB
RGB
CMYK
RGB Variations
Color information
#4641AB (or 0x4641AB) is known color: Governor Bay. HEX triplet: 46, 41 and AB. RGB value is (70,65,171). Sum of RGB (Red+Green+Blue) = 70+65+171=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #4641AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4641AB is #B9BE54. Grayscale: #4E4E4E. Windows color (decimal): -12172885 or 11223366. OLE color: 11223366.
HSL color Cylindrical-coordinate representation of color #4641AB: hue angle of 242.83º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4641AB is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 65 | 171 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.33 |
| HSL | 242.83º | 0.45% | 0.46% | - |
| HSV(B) | 242.83º | 0.62% | 0.67% | - |
| XYZ | 11.77 | 8.02 | 39.46 | - |
| YUV | 78.58 | 180.16 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 171 | 0.59 | 0.62 | 0 | 0.33 | 242.83 | 0.45 | 0.46 |
| Hex | 46 | 41 | AB | 3B | 3E | 0 | 21 | F3 | 2D | 2E |
| Octal | 106 | 101 | 253 | 73 | 76 | 0 | 41 | 363 | 55 | 56 |
| Binary | 1000110 | 1000001 | 10101011 | 111011 | 111110 | 0 | 100001 | 11110011 | 101101 | 101110 |
Color Harmonies of #4641AB
Complementary color
Monochromatic Colors of #4641AB
Black with #4641AB
Text Example
Text Example
White with #4641AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4641AB; }
p { color: rgb(70,65,171); }
H1.HeaderClassName
{
color: #4641AB;
}
.AnyTagClassName
{
color: #4641AB;
}
</style>
background-color css
<style>
a { background-color: #4641AB; }
a { background-color: rgb(70,65,171); }
div.DivClassName
{
background-color: #4641AB;
}
.BgClassName
{
background-color: #4641AB;
}
</style>
border-color css
<style>
span { border-color: #4641AB; }
span { border-color: rgb(70,65,171); }
td.TdClassName
{
border-color: #4641AB;
}
.TagClassName
{
border-color: #4641AB;
}
</style>