Shades of Governor Bay #454E93
Tints of Governor Bay #454E93
RGB
CMYK
RGB Variations
Color information
#454E93 (or 0x454E93) is known color: Governor Bay. HEX triplet: 45, 4E and 93. RGB value is (69,78,147). Sum of RGB (Red+Green+Blue) = 69+78+147=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #454E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454E93 is #BAB16C. Grayscale: #525252. Windows color (decimal): -12235117 or 9653829. OLE color: 9653829.
HSL color Cylindrical-coordinate representation of color #454E93: hue angle of 233.08º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #454E93 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 78 | 147 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.42 |
| HSL | 233.08º | 0.36% | 0.42% | - |
| HSV(B) | 233.08º | 0.53% | 0.58% | - |
| XYZ | 10.45 | 8.82 | 28.76 | - |
| YUV | 83.18 | 164.02 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 147 | 0.53 | 0.47 | 0 | 0.42 | 233.08 | 0.36 | 0.42 |
| Hex | 45 | 4E | 93 | 35 | 2F | 0 | 2A | E9 | 24 | 2A |
| Octal | 105 | 116 | 223 | 65 | 57 | 0 | 52 | 351 | 44 | 52 |
| Binary | 1000101 | 1001110 | 10010011 | 110101 | 101111 | 0 | 101010 | 11101001 | 100100 | 101010 |
Color Harmonies of #454E93
Complementary color
Monochromatic Colors of #454E93
Black with #454E93
Text Example
Text Example
White with #454E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454E93; }
p { color: rgb(69,78,147); }
H1.HeaderClassName
{
color: #454E93;
}
.AnyTagClassName
{
color: #454E93;
}
</style>
background-color css
<style>
a { background-color: #454E93; }
a { background-color: rgb(69,78,147); }
div.DivClassName
{
background-color: #454E93;
}
.BgClassName
{
background-color: #454E93;
}
</style>
border-color css
<style>
span { border-color: #454E93; }
span { border-color: rgb(69,78,147); }
td.TdClassName
{
border-color: #454E93;
}
.TagClassName
{
border-color: #454E93;
}
</style>