Shades of Governor Bay #454E98
Tints of Governor Bay #454E98
RGB
CMYK
RGB Variations
Color information
#454E98 (or 0x454E98) is known color: Governor Bay. HEX triplet: 45, 4E and 98. RGB value is (69,78,152). Sum of RGB (Red+Green+Blue) = 69+78+152=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #454E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454E98 is #BAB167. Grayscale: #535353. Windows color (decimal): -12235112 or 9981509. OLE color: 9981509.
HSL color Cylindrical-coordinate representation of color #454E98: hue angle of 233.49º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #454E98 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 78 | 152 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.40 |
| HSL | 233.49º | 0.38% | 0.43% | - |
| HSV(B) | 233.49º | 0.55% | 0.6% | - |
| XYZ | 10.85 | 8.98 | 30.87 | - |
| YUV | 83.75 | 166.52 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 152 | 0.55 | 0.49 | 0 | 0.40 | 233.49 | 0.38 | 0.43 |
| Hex | 45 | 4E | 98 | 37 | 31 | 0 | 28 | E9 | 26 | 2B |
| Octal | 105 | 116 | 230 | 67 | 61 | 0 | 50 | 351 | 46 | 53 |
| Binary | 1000101 | 1001110 | 10011000 | 110111 | 110001 | 0 | 101000 | 11101001 | 100110 | 101011 |
Color Harmonies of #454E98
Complementary color
Monochromatic Colors of #454E98
Black with #454E98
Text Example
Text Example
White with #454E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454E98; }
p { color: rgb(69,78,152); }
H1.HeaderClassName
{
color: #454E98;
}
.AnyTagClassName
{
color: #454E98;
}
</style>
background-color css
<style>
a { background-color: #454E98; }
a { background-color: rgb(69,78,152); }
div.DivClassName
{
background-color: #454E98;
}
.BgClassName
{
background-color: #454E98;
}
</style>
border-color css
<style>
span { border-color: #454E98; }
span { border-color: rgb(69,78,152); }
td.TdClassName
{
border-color: #454E98;
}
.TagClassName
{
border-color: #454E98;
}
</style>