Shades of Governor Bay #4147A7
Tints of Governor Bay #4147A7
RGB
CMYK
RGB Variations
Color information
#4147A7 (or 0x4147A7) is known color: Governor Bay. HEX triplet: 41, 47 and A7. RGB value is (65,71,167). Sum of RGB (Red+Green+Blue) = 65+71+167=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 167 (65.62% from 255 or 55.12% from 303); Max value from RGB is 167 - color contains mainly: blue. Hex color #4147A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4147A7 is #BEB858. Grayscale: #4F4F4F. Windows color (decimal): -12499033 or 10962753. OLE color: 10962753.
HSL color Cylindrical-coordinate representation of color #4147A7: hue angle of 236.47º 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 #4147A7 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 71 | 167 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.35 |
| HSL | 236.47º | 0.44% | 0.45% | - |
| HSV(B) | 236.47º | 0.61% | 0.65% | - |
| XYZ | 11.41 | 8.42 | 37.58 | - |
| YUV | 80.15 | 177.01 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 71 | 167 | 0.61 | 0.57 | 0 | 0.35 | 236.47 | 0.44 | 0.45 |
| Hex | 41 | 47 | A7 | 3D | 39 | 0 | 23 | EC | 2C | 2D |
| Octal | 101 | 107 | 247 | 75 | 71 | 0 | 43 | 354 | 54 | 55 |
| Binary | 1000001 | 1000111 | 10100111 | 111101 | 111001 | 0 | 100011 | 11101100 | 101100 | 101101 |
Color Harmonies of #4147A7
Complementary color
Monochromatic Colors of #4147A7
Black with #4147A7
Text Example
Text Example
White with #4147A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4147A7; }
p { color: rgb(65,71,167); }
H1.HeaderClassName
{
color: #4147A7;
}
.AnyTagClassName
{
color: #4147A7;
}
</style>
background-color css
<style>
a { background-color: #4147A7; }
a { background-color: rgb(65,71,167); }
div.DivClassName
{
background-color: #4147A7;
}
.BgClassName
{
background-color: #4147A7;
}
</style>
border-color css
<style>
span { border-color: #4147A7; }
span { border-color: rgb(65,71,167); }
td.TdClassName
{
border-color: #4147A7;
}
.TagClassName
{
border-color: #4147A7;
}
</style>