Shades of Governor Bay #455099
Tints of Governor Bay #455099
RGB
CMYK
RGB Variations
Color information
#455099 (or 0x455099) is known color: Governor Bay. HEX triplet: 45, 50 and 99. RGB value is (69,80,153). Sum of RGB (Red+Green+Blue) = 69+80+153=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #455099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455099 is #BAAF66. Grayscale: #545454. Windows color (decimal): -12234599 or 10047557. OLE color: 10047557.
HSL color Cylindrical-coordinate representation of color #455099: hue angle of 232.14º 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 #455099 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 80 | 153 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.4 |
| HSL | 232.14º | 0.38% | 0.44% | - |
| HSV(B) | 232.14º | 0.55% | 0.6% | - |
| XYZ | 11.07 | 9.3 | 31.35 | - |
| YUV | 85.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 153 | 0.55 | 0.48 | 0 | 0.4 | 232.14 | 0.38 | 0.44 |
| Hex | 45 | 50 | 99 | 37 | 30 | 0 | 28 | E8 | 26 | 2C |
| Octal | 105 | 120 | 231 | 67 | 60 | 0 | 50 | 350 | 46 | 54 |
| Binary | 1000101 | 1010000 | 10011001 | 110111 | 110000 | 0 | 101000 | 11101000 | 100110 | 101100 |
Color Harmonies of #455099
Complementary color
Monochromatic Colors of #455099
Black with #455099
Text Example
Text Example
White with #455099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455099; }
p { color: rgb(69,80,153); }
H1.HeaderClassName
{
color: #455099;
}
.AnyTagClassName
{
color: #455099;
}
</style>
background-color css
<style>
a { background-color: #455099; }
a { background-color: rgb(69,80,153); }
div.DivClassName
{
background-color: #455099;
}
.BgClassName
{
background-color: #455099;
}
</style>
border-color css
<style>
span { border-color: #455099; }
span { border-color: rgb(69,80,153); }
td.TdClassName
{
border-color: #455099;
}
.TagClassName
{
border-color: #455099;
}
</style>