Shades of Governor Bay #4151AA
Tints of Governor Bay #4151AA
RGB
CMYK
RGB Variations
Color information
#4151AA (or 0x4151AA) is known color: Governor Bay. HEX triplet: 41, 51 and AA. RGB value is (65,81,170). Sum of RGB (Red+Green+Blue) = 65+81+170=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #4151AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4151AA is #BEAE55. Grayscale: #555555. Windows color (decimal): -12496470 or 11161921. OLE color: 11161921.
HSL color Cylindrical-coordinate representation of color #4151AA: hue angle of 230.86º 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 #4151AA is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 81 | 170 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.33 |
| HSL | 230.86º | 0.45% | 0.46% | - |
| HSV(B) | 230.86º | 0.62% | 0.67% | - |
| XYZ | 12.38 | 9.91 | 39.29 | - |
| YUV | 86.36 | 175.2 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 170 | 0.62 | 0.52 | 0 | 0.33 | 230.86 | 0.45 | 0.46 |
| Hex | 41 | 51 | AA | 3E | 34 | 0 | 21 | E7 | 2D | 2E |
| Octal | 101 | 121 | 252 | 76 | 64 | 0 | 41 | 347 | 55 | 56 |
| Binary | 1000001 | 1010001 | 10101010 | 111110 | 110100 | 0 | 100001 | 11100111 | 101101 | 101110 |
Color Harmonies of #4151AA
Complementary color
Monochromatic Colors of #4151AA
Black with #4151AA
Text Example
Text Example
White with #4151AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4151AA; }
p { color: rgb(65,81,170); }
H1.HeaderClassName
{
color: #4151AA;
}
.AnyTagClassName
{
color: #4151AA;
}
</style>
background-color css
<style>
a { background-color: #4151AA; }
a { background-color: rgb(65,81,170); }
div.DivClassName
{
background-color: #4151AA;
}
.BgClassName
{
background-color: #4151AA;
}
</style>
border-color css
<style>
span { border-color: #4151AA; }
span { border-color: rgb(65,81,170); }
td.TdClassName
{
border-color: #4151AA;
}
.TagClassName
{
border-color: #4151AA;
}
</style>