Shades of Governor Bay #4456A0
Tints of Governor Bay #4456A0
RGB
CMYK
RGB Variations
Color information
#4456A0 (or 0x4456A0) is known color: Governor Bay. HEX triplet: 44, 56 and A0. RGB value is (68,86,160). Sum of RGB (Red+Green+Blue) = 68+86+160=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 160 (62.89% from 255 or 50.96% from 314); Max value from RGB is 160 - color contains mainly: blue. Hex color #4456A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4456A0 is #BBA95F. Grayscale: #585858. Windows color (decimal): -12298592 or 10507844. OLE color: 10507844.
HSL color Cylindrical-coordinate representation of color #4456A0: hue angle of 228.26º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4456A0 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 86 | 160 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.37 |
| HSL | 228.26º | 0.4% | 0.45% | - |
| HSV(B) | 228.26º | 0.58% | 0.63% | - |
| XYZ | 12.06 | 10.42 | 34.63 | - |
| YUV | 89.05 | 168.04 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 160 | 0.57 | 0.46 | 0 | 0.37 | 228.26 | 0.4 | 0.45 |
| Hex | 44 | 56 | A0 | 39 | 2E | 0 | 25 | E4 | 28 | 2D |
| Octal | 104 | 126 | 240 | 71 | 56 | 0 | 45 | 344 | 50 | 55 |
| Binary | 1000100 | 1010110 | 10100000 | 111001 | 101110 | 0 | 100101 | 11100100 | 101000 | 101101 |
Color Harmonies of #4456A0
Complementary color
Monochromatic Colors of #4456A0
Black with #4456A0
Text Example
Text Example
White with #4456A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4456A0; }
p { color: rgb(68,86,160); }
H1.HeaderClassName
{
color: #4456A0;
}
.AnyTagClassName
{
color: #4456A0;
}
</style>
background-color css
<style>
a { background-color: #4456A0; }
a { background-color: rgb(68,86,160); }
div.DivClassName
{
background-color: #4456A0;
}
.BgClassName
{
background-color: #4456A0;
}
</style>
border-color css
<style>
span { border-color: #4456A0; }
span { border-color: rgb(68,86,160); }
td.TdClassName
{
border-color: #4456A0;
}
.TagClassName
{
border-color: #4456A0;
}
</style>