Shades of Governor Bay #454D94
Tints of Governor Bay #454D94
RGB
CMYK
RGB Variations
Color information
#454D94 (or 0x454D94) is known color: Governor Bay. HEX triplet: 45, 4D and 94. RGB value is (69,77,148). Sum of RGB (Red+Green+Blue) = 69+77+148=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #454D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454D94 is #BAB26B. Grayscale: #525252. Windows color (decimal): -12235372 or 9719109. OLE color: 9719109.
HSL color Cylindrical-coordinate representation of color #454D94: hue angle of 233.92º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #454D94 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 77 | 148 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.42 |
| HSL | 233.92º | 0.36% | 0.43% | - |
| HSV(B) | 233.92º | 0.53% | 0.58% | - |
| XYZ | 10.45 | 8.71 | 29.15 | - |
| YUV | 82.7 | 164.85 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 148 | 0.53 | 0.48 | 0 | 0.42 | 233.92 | 0.36 | 0.43 |
| Hex | 45 | 4D | 94 | 35 | 30 | 0 | 2A | EA | 24 | 2B |
| Octal | 105 | 115 | 224 | 65 | 60 | 0 | 52 | 352 | 44 | 53 |
| Binary | 1000101 | 1001101 | 10010100 | 110101 | 110000 | 0 | 101010 | 11101010 | 100100 | 101011 |
Color Harmonies of #454D94
Complementary color
Monochromatic Colors of #454D94
Black with #454D94
Text Example
Text Example
White with #454D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D94; }
p { color: rgb(69,77,148); }
H1.HeaderClassName
{
color: #454D94;
}
.AnyTagClassName
{
color: #454D94;
}
</style>
background-color css
<style>
a { background-color: #454D94; }
a { background-color: rgb(69,77,148); }
div.DivClassName
{
background-color: #454D94;
}
.BgClassName
{
background-color: #454D94;
}
</style>
border-color css
<style>
span { border-color: #454D94; }
span { border-color: rgb(69,77,148); }
td.TdClassName
{
border-color: #454D94;
}
.TagClassName
{
border-color: #454D94;
}
</style>