Shades of Governor Bay #4051A4
Tints of Governor Bay #4051A4
RGB
CMYK
RGB Variations
Color information
#4051A4 (or 0x4051A4) is known color: Governor Bay. HEX triplet: 40, 51 and A4. RGB value is (64,81,164). Sum of RGB (Red+Green+Blue) = 64+81+164=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 164 (64.45% from 255 or 53.07% from 309); Max value from RGB is 164 - color contains mainly: blue. Hex color #4051A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4051A4 is #BFAE5B. Grayscale: #555555. Windows color (decimal): -12562012 or 10768704. OLE color: 10768704.
HSL color Cylindrical-coordinate representation of color #4051A4: hue angle of 229.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4051A4 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 81 | 164 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.36 |
| HSL | 229.8º | 0.44% | 0.45% | - |
| HSV(B) | 229.8º | 0.61% | 0.64% | - |
| XYZ | 11.76 | 9.66 | 36.37 | - |
| YUV | 85.38 | 172.37 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 164 | 0.61 | 0.51 | 0 | 0.36 | 229.8 | 0.44 | 0.45 |
| Hex | 40 | 51 | A4 | 3D | 33 | 0 | 24 | E6 | 2C | 2D |
| Octal | 100 | 121 | 244 | 75 | 63 | 0 | 44 | 346 | 54 | 55 |
| Binary | 1000000 | 1010001 | 10100100 | 111101 | 110011 | 0 | 100100 | 11100110 | 101100 | 101101 |
Color Harmonies of #4051A4
Complementary color
Monochromatic Colors of #4051A4
Black with #4051A4
Text Example
Text Example
White with #4051A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4051A4; }
p { color: rgb(64,81,164); }
H1.HeaderClassName
{
color: #4051A4;
}
.AnyTagClassName
{
color: #4051A4;
}
</style>
background-color css
<style>
a { background-color: #4051A4; }
a { background-color: rgb(64,81,164); }
div.DivClassName
{
background-color: #4051A4;
}
.BgClassName
{
background-color: #4051A4;
}
</style>
border-color css
<style>
span { border-color: #4051A4; }
span { border-color: rgb(64,81,164); }
td.TdClassName
{
border-color: #4051A4;
}
.TagClassName
{
border-color: #4051A4;
}
</style>