Shades of Governor Bay #45529A
Tints of Governor Bay #45529A
RGB
CMYK
RGB Variations
Color information
#45529A (or 0x45529A) is known color: Governor Bay. HEX triplet: 45, 52 and 9A. RGB value is (69,82,154). Sum of RGB (Red+Green+Blue) = 69+82+154=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #45529A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45529A is #BAAD65. Grayscale: #565656. Windows color (decimal): -12234086 or 10113605. OLE color: 10113605.
HSL color Cylindrical-coordinate representation of color #45529A: hue angle of 230.82º 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 #45529A is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 82 | 154 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.40 |
| HSL | 230.82º | 0.38% | 0.44% | - |
| HSV(B) | 230.82º | 0.55% | 0.6% | - |
| XYZ | 11.3 | 9.63 | 31.84 | - |
| YUV | 86.32 | 166.19 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 154 | 0.55 | 0.47 | 0 | 0.40 | 230.82 | 0.38 | 0.44 |
| Hex | 45 | 52 | 9A | 37 | 2F | 0 | 28 | E7 | 26 | 2C |
| Octal | 105 | 122 | 232 | 67 | 57 | 0 | 50 | 347 | 46 | 54 |
| Binary | 1000101 | 1010010 | 10011010 | 110111 | 101111 | 0 | 101000 | 11100111 | 100110 | 101100 |
Color Harmonies of #45529A
Complementary color
Monochromatic Colors of #45529A
Black with #45529A
Text Example
Text Example
White with #45529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45529A; }
p { color: rgb(69,82,154); }
H1.HeaderClassName
{
color: #45529A;
}
.AnyTagClassName
{
color: #45529A;
}
</style>
background-color css
<style>
a { background-color: #45529A; }
a { background-color: rgb(69,82,154); }
div.DivClassName
{
background-color: #45529A;
}
.BgClassName
{
background-color: #45529A;
}
</style>
border-color css
<style>
span { border-color: #45529A; }
span { border-color: rgb(69,82,154); }
td.TdClassName
{
border-color: #45529A;
}
.TagClassName
{
border-color: #45529A;
}
</style>