Shades of Governor Bay #45509B
Tints of Governor Bay #45509B
RGB
CMYK
RGB Variations
Color information
#45509B (or 0x45509B) is known color: Governor Bay. HEX triplet: 45, 50 and 9B. RGB value is (69,80,155). Sum of RGB (Red+Green+Blue) = 69+80+155=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #45509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45509B is #BAAF64. Grayscale: #545454. Windows color (decimal): -12234597 or 10178629. OLE color: 10178629.
HSL color Cylindrical-coordinate representation of color #45509B: hue angle of 232.33º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45509B is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 80 | 155 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.39 |
| HSL | 232.33º | 0.38% | 0.44% | - |
| HSV(B) | 232.33º | 0.55% | 0.61% | - |
| XYZ | 11.24 | 9.37 | 32.23 | - |
| YUV | 85.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 155 | 0.55 | 0.48 | 0 | 0.39 | 232.33 | 0.38 | 0.44 |
| Hex | 45 | 50 | 9B | 37 | 30 | 0 | 27 | E8 | 26 | 2C |
| Octal | 105 | 120 | 233 | 67 | 60 | 0 | 47 | 350 | 46 | 54 |
| Binary | 1000101 | 1010000 | 10011011 | 110111 | 110000 | 0 | 100111 | 11101000 | 100110 | 101100 |
Color Harmonies of #45509B
Complementary color
Monochromatic Colors of #45509B
Black with #45509B
Text Example
Text Example
White with #45509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45509B; }
p { color: rgb(69,80,155); }
H1.HeaderClassName
{
color: #45509B;
}
.AnyTagClassName
{
color: #45509B;
}
</style>
background-color css
<style>
a { background-color: #45509B; }
a { background-color: rgb(69,80,155); }
div.DivClassName
{
background-color: #45509B;
}
.BgClassName
{
background-color: #45509B;
}
</style>
border-color css
<style>
span { border-color: #45509B; }
span { border-color: rgb(69,80,155); }
td.TdClassName
{
border-color: #45509B;
}
.TagClassName
{
border-color: #45509B;
}
</style>