Shades of Governor Bay #4051A3
Tints of Governor Bay #4051A3
RGB
CMYK
RGB Variations
Color information
#4051A3 (or 0x4051A3) is known color: Governor Bay. HEX triplet: 40, 51 and A3. RGB value is (64,81,163). Sum of RGB (Red+Green+Blue) = 64+81+163=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 163 (64.06% from 255 or 52.92% from 308); Max value from RGB is 163 - color contains mainly: blue. Hex color #4051A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4051A3 is #BFAE5C. Grayscale: #545454. Windows color (decimal): -12562013 or 10703168. OLE color: 10703168.
HSL color Cylindrical-coordinate representation of color #4051A3: hue angle of 229.7º 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 #4051A3 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 81 | 163 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.36 |
| HSL | 229.7º | 0.44% | 0.45% | - |
| HSV(B) | 229.7º | 0.61% | 0.64% | - |
| XYZ | 11.67 | 9.62 | 35.89 | - |
| YUV | 85.27 | 171.87 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 163 | 0.61 | 0.50 | 0 | 0.36 | 229.7 | 0.44 | 0.45 |
| Hex | 40 | 51 | A3 | 3D | 32 | 0 | 24 | E6 | 2C | 2D |
| Octal | 100 | 121 | 243 | 75 | 62 | 0 | 44 | 346 | 54 | 55 |
| Binary | 1000000 | 1010001 | 10100011 | 111101 | 110010 | 0 | 100100 | 11100110 | 101100 | 101101 |
Color Harmonies of #4051A3
Complementary color
Monochromatic Colors of #4051A3
Black with #4051A3
Text Example
Text Example
White with #4051A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4051A3; }
p { color: rgb(64,81,163); }
H1.HeaderClassName
{
color: #4051A3;
}
.AnyTagClassName
{
color: #4051A3;
}
</style>
background-color css
<style>
a { background-color: #4051A3; }
a { background-color: rgb(64,81,163); }
div.DivClassName
{
background-color: #4051A3;
}
.BgClassName
{
background-color: #4051A3;
}
</style>
border-color css
<style>
span { border-color: #4051A3; }
span { border-color: rgb(64,81,163); }
td.TdClassName
{
border-color: #4051A3;
}
.TagClassName
{
border-color: #4051A3;
}
</style>