Shades of Governor Bay #4150A7
Tints of Governor Bay #4150A7
RGB
CMYK
RGB Variations
Color information
#4150A7 (or 0x4150A7) is known color: Governor Bay. HEX triplet: 41, 50 and A7. RGB value is (65,80,167). Sum of RGB (Red+Green+Blue) = 65+80+167=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 167 (65.62% from 255 or 53.53% from 312); Max value from RGB is 167 - color contains mainly: blue. Hex color #4150A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4150A7 is #BEAF58. Grayscale: #555555. Windows color (decimal): -12496729 or 10965057. OLE color: 10965057.
HSL color Cylindrical-coordinate representation of color #4150A7: hue angle of 231.18º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4150A7 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 80 | 167 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.35 |
| HSL | 231.18º | 0.44% | 0.45% | - |
| HSV(B) | 231.18º | 0.61% | 0.65% | - |
| XYZ | 12.02 | 9.65 | 37.79 | - |
| YUV | 85.43 | 174.03 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 167 | 0.61 | 0.52 | 0 | 0.35 | 231.18 | 0.44 | 0.45 |
| Hex | 41 | 50 | A7 | 3D | 34 | 0 | 23 | E7 | 2C | 2D |
| Octal | 101 | 120 | 247 | 75 | 64 | 0 | 43 | 347 | 54 | 55 |
| Binary | 1000001 | 1010000 | 10100111 | 111101 | 110100 | 0 | 100011 | 11100111 | 101100 | 101101 |
Color Harmonies of #4150A7
Complementary color
Monochromatic Colors of #4150A7
Black with #4150A7
Text Example
Text Example
White with #4150A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4150A7; }
p { color: rgb(65,80,167); }
H1.HeaderClassName
{
color: #4150A7;
}
.AnyTagClassName
{
color: #4150A7;
}
</style>
background-color css
<style>
a { background-color: #4150A7; }
a { background-color: rgb(65,80,167); }
div.DivClassName
{
background-color: #4150A7;
}
.BgClassName
{
background-color: #4150A7;
}
</style>
border-color css
<style>
span { border-color: #4150A7; }
span { border-color: rgb(65,80,167); }
td.TdClassName
{
border-color: #4150A7;
}
.TagClassName
{
border-color: #4150A7;
}
</style>