Shades of Governor Bay #445098
Tints of Governor Bay #445098
RGB
CMYK
RGB Variations
Color information
#445098 (or 0x445098) is known color: Governor Bay. HEX triplet: 44, 50 and 98. RGB value is (68,80,152). Sum of RGB (Red+Green+Blue) = 68+80+152=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #445098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445098 is #BBAF67. Grayscale: #545454. Windows color (decimal): -12300136 or 9982020. OLE color: 9982020.
HSL color Cylindrical-coordinate representation of color #445098: hue angle of 231.43º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #445098 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 80 | 152 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.40 |
| HSL | 231.43º | 0.38% | 0.43% | - |
| HSV(B) | 231.43º | 0.55% | 0.6% | - |
| XYZ | 10.92 | 9.23 | 30.91 | - |
| YUV | 84.62 | 166.02 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 152 | 0.55 | 0.47 | 0 | 0.40 | 231.43 | 0.38 | 0.43 |
| Hex | 44 | 50 | 98 | 37 | 2F | 0 | 28 | E7 | 26 | 2B |
| Octal | 104 | 120 | 230 | 67 | 57 | 0 | 50 | 347 | 46 | 53 |
| Binary | 1000100 | 1010000 | 10011000 | 110111 | 101111 | 0 | 101000 | 11100111 | 100110 | 101011 |
Color Harmonies of #445098
Complementary color
Monochromatic Colors of #445098
Black with #445098
Text Example
Text Example
White with #445098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445098; }
p { color: rgb(68,80,152); }
H1.HeaderClassName
{
color: #445098;
}
.AnyTagClassName
{
color: #445098;
}
</style>
background-color css
<style>
a { background-color: #445098; }
a { background-color: rgb(68,80,152); }
div.DivClassName
{
background-color: #445098;
}
.BgClassName
{
background-color: #445098;
}
</style>
border-color css
<style>
span { border-color: #445098; }
span { border-color: rgb(68,80,152); }
td.TdClassName
{
border-color: #445098;
}
.TagClassName
{
border-color: #445098;
}
</style>