Shades of Governor Bay #4451A0
Tints of Governor Bay #4451A0
RGB
CMYK
RGB Variations
Color information
#4451A0 (or 0x4451A0) is known color: Governor Bay. HEX triplet: 44, 51 and A0. RGB value is (68,81,160). Sum of RGB (Red+Green+Blue) = 68+81+160=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 160 (62.89% from 255 or 51.78% from 309); Max value from RGB is 160 - color contains mainly: blue. Hex color #4451A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4451A0 is #BBAE5F. Grayscale: #555555. Windows color (decimal): -12299872 or 10506564. OLE color: 10506564.
HSL color Cylindrical-coordinate representation of color #4451A0: hue angle of 231.52º 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 #4451A0 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 81 | 160 | - |
| CMYK | 0.57 | 0.49 | 0 | 0.37 |
| HSL | 231.52º | 0.4% | 0.45% | - |
| HSV(B) | 231.52º | 0.58% | 0.63% | - |
| XYZ | 11.67 | 9.65 | 34.51 | - |
| YUV | 86.12 | 169.69 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 160 | 0.57 | 0.49 | 0 | 0.37 | 231.52 | 0.4 | 0.45 |
| Hex | 44 | 51 | A0 | 39 | 31 | 0 | 25 | E8 | 28 | 2D |
| Octal | 104 | 121 | 240 | 71 | 61 | 0 | 45 | 350 | 50 | 55 |
| Binary | 1000100 | 1010001 | 10100000 | 111001 | 110001 | 0 | 100101 | 11101000 | 101000 | 101101 |
Color Harmonies of #4451A0
Complementary color
Monochromatic Colors of #4451A0
Black with #4451A0
Text Example
Text Example
White with #4451A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4451A0; }
p { color: rgb(68,81,160); }
H1.HeaderClassName
{
color: #4451A0;
}
.AnyTagClassName
{
color: #4451A0;
}
</style>
background-color css
<style>
a { background-color: #4451A0; }
a { background-color: rgb(68,81,160); }
div.DivClassName
{
background-color: #4451A0;
}
.BgClassName
{
background-color: #4451A0;
}
</style>
border-color css
<style>
span { border-color: #4451A0; }
span { border-color: rgb(68,81,160); }
td.TdClassName
{
border-color: #4451A0;
}
.TagClassName
{
border-color: #4451A0;
}
</style>