Shades of Governor Bay #454E9A
Tints of Governor Bay #454E9A
RGB
CMYK
RGB Variations
Color information
#454E9A (or 0x454E9A) is known color: Governor Bay. HEX triplet: 45, 4E and 9A. RGB value is (69,78,154). Sum of RGB (Red+Green+Blue) = 69+78+154=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #454E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454E9A is #BAB165. Grayscale: #535353. Windows color (decimal): -12235110 or 10112581. OLE color: 10112581.
HSL color Cylindrical-coordinate representation of color #454E9A: hue angle of 233.65º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #454E9A is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 78 | 154 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.40 |
| HSL | 233.65º | 0.38% | 0.44% | - |
| HSV(B) | 233.65º | 0.55% | 0.6% | - |
| XYZ | 11.01 | 9.05 | 31.74 | - |
| YUV | 83.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 154 | 0.55 | 0.49 | 0 | 0.40 | 233.65 | 0.38 | 0.44 |
| Hex | 45 | 4E | 9A | 37 | 31 | 0 | 28 | EA | 26 | 2C |
| Octal | 105 | 116 | 232 | 67 | 61 | 0 | 50 | 352 | 46 | 54 |
| Binary | 1000101 | 1001110 | 10011010 | 110111 | 110001 | 0 | 101000 | 11101010 | 100110 | 101100 |
Color Harmonies of #454E9A
Complementary color
Monochromatic Colors of #454E9A
Black with #454E9A
Text Example
Text Example
White with #454E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454E9A; }
p { color: rgb(69,78,154); }
H1.HeaderClassName
{
color: #454E9A;
}
.AnyTagClassName
{
color: #454E9A;
}
</style>
background-color css
<style>
a { background-color: #454E9A; }
a { background-color: rgb(69,78,154); }
div.DivClassName
{
background-color: #454E9A;
}
.BgClassName
{
background-color: #454E9A;
}
</style>
border-color css
<style>
span { border-color: #454E9A; }
span { border-color: rgb(69,78,154); }
td.TdClassName
{
border-color: #454E9A;
}
.TagClassName
{
border-color: #454E9A;
}
</style>