Shades of Governor Bay #4150AB
Tints of Governor Bay #4150AB
RGB
CMYK
RGB Variations
Color information
#4150AB (or 0x4150AB) is known color: Governor Bay. HEX triplet: 41, 50 and AB. RGB value is (65,80,171). Sum of RGB (Red+Green+Blue) = 65+80+171=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #4150AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4150AB is #BEAF54. Grayscale: #555555. Windows color (decimal): -12496725 or 11227201. OLE color: 11227201.
HSL color Cylindrical-coordinate representation of color #4150AB: hue angle of 231.51º 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 #4150AB is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 80 | 171 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.33 |
| HSL | 231.51º | 0.45% | 0.46% | - |
| HSV(B) | 231.51º | 0.62% | 0.67% | - |
| XYZ | 12.4 | 9.8 | 39.77 | - |
| YUV | 85.89 | 176.03 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 171 | 0.62 | 0.53 | 0 | 0.33 | 231.51 | 0.45 | 0.46 |
| Hex | 41 | 50 | AB | 3E | 35 | 0 | 21 | E8 | 2D | 2E |
| Octal | 101 | 120 | 253 | 76 | 65 | 0 | 41 | 350 | 55 | 56 |
| Binary | 1000001 | 1010000 | 10101011 | 111110 | 110101 | 0 | 100001 | 11101000 | 101101 | 101110 |
Color Harmonies of #4150AB
Complementary color
Monochromatic Colors of #4150AB
Black with #4150AB
Text Example
Text Example
White with #4150AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4150AB; }
p { color: rgb(65,80,171); }
H1.HeaderClassName
{
color: #4150AB;
}
.AnyTagClassName
{
color: #4150AB;
}
</style>
background-color css
<style>
a { background-color: #4150AB; }
a { background-color: rgb(65,80,171); }
div.DivClassName
{
background-color: #4150AB;
}
.BgClassName
{
background-color: #4150AB;
}
</style>
border-color css
<style>
span { border-color: #4150AB; }
span { border-color: rgb(65,80,171); }
td.TdClassName
{
border-color: #4150AB;
}
.TagClassName
{
border-color: #4150AB;
}
</style>