Shades of Governor Bay #454EA7
Tints of Governor Bay #454EA7
RGB
CMYK
RGB Variations
Color information
#454EA7 (or 0x454EA7) is known color: Governor Bay. HEX triplet: 45, 4E and A7. RGB value is (69,78,167). Sum of RGB (Red+Green+Blue) = 69+78+167=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 167 (65.62% from 255 or 53.18% from 314); Max value from RGB is 167 - color contains mainly: blue. Hex color #454EA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454EA7 is #BAB158. Grayscale: #555555. Windows color (decimal): -12235097 or 10964549. OLE color: 10964549.
HSL color Cylindrical-coordinate representation of color #454EA7: hue angle of 234.49º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #454EA7 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 78 | 167 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.35 |
| HSL | 234.49º | 0.42% | 0.46% | - |
| HSV(B) | 234.49º | 0.59% | 0.65% | - |
| XYZ | 12.15 | 9.5 | 37.75 | - |
| YUV | 85.46 | 174.02 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 167 | 0.59 | 0.53 | 0 | 0.35 | 234.49 | 0.42 | 0.46 |
| Hex | 45 | 4E | A7 | 3B | 35 | 0 | 23 | EA | 2A | 2E |
| Octal | 105 | 116 | 247 | 73 | 65 | 0 | 43 | 352 | 52 | 56 |
| Binary | 1000101 | 1001110 | 10100111 | 111011 | 110101 | 0 | 100011 | 11101010 | 101010 | 101110 |
Color Harmonies of #454EA7
Complementary color
Monochromatic Colors of #454EA7
Black with #454EA7
Text Example
Text Example
White with #454EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454EA7; }
p { color: rgb(69,78,167); }
H1.HeaderClassName
{
color: #454EA7;
}
.AnyTagClassName
{
color: #454EA7;
}
</style>
background-color css
<style>
a { background-color: #454EA7; }
a { background-color: rgb(69,78,167); }
div.DivClassName
{
background-color: #454EA7;
}
.BgClassName
{
background-color: #454EA7;
}
</style>
border-color css
<style>
span { border-color: #454EA7; }
span { border-color: rgb(69,78,167); }
td.TdClassName
{
border-color: #454EA7;
}
.TagClassName
{
border-color: #454EA7;
}
</style>