Shades of Governor Bay #44459C
Tints of Governor Bay #44459C
RGB
CMYK
RGB Variations
Color information
#44459C (or 0x44459C) is known color: Governor Bay. HEX triplet: 44, 45 and 9C. RGB value is (68,69,156). Sum of RGB (Red+Green+Blue) = 68+69+156=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #44459C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44459C is #BBBA63. Grayscale: #4E4E4E. Windows color (decimal): -12302948 or 10241348. OLE color: 10241348.
HSL color Cylindrical-coordinate representation of color #44459C: hue angle of 239.32º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44459C is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 69 | 156 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.39 |
| HSL | 239.32º | 0.39% | 0.44% | - |
| HSV(B) | 239.32º | 0.56% | 0.61% | - |
| XYZ | 10.51 | 7.89 | 32.42 | - |
| YUV | 78.62 | 171.67 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 69 | 156 | 0.56 | 0.56 | 0 | 0.39 | 239.32 | 0.39 | 0.44 |
| Hex | 44 | 45 | 9C | 38 | 38 | 0 | 27 | EF | 27 | 2C |
| Octal | 104 | 105 | 234 | 70 | 70 | 0 | 47 | 357 | 47 | 54 |
| Binary | 1000100 | 1000101 | 10011100 | 111000 | 111000 | 0 | 100111 | 11101111 | 100111 | 101100 |
Color Harmonies of #44459C
Complementary color
Monochromatic Colors of #44459C
Black with #44459C
Text Example
Text Example
White with #44459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44459C; }
p { color: rgb(68,69,156); }
H1.HeaderClassName
{
color: #44459C;
}
.AnyTagClassName
{
color: #44459C;
}
</style>
background-color css
<style>
a { background-color: #44459C; }
a { background-color: rgb(68,69,156); }
div.DivClassName
{
background-color: #44459C;
}
.BgClassName
{
background-color: #44459C;
}
</style>
border-color css
<style>
span { border-color: #44459C; }
span { border-color: rgb(68,69,156); }
td.TdClassName
{
border-color: #44459C;
}
.TagClassName
{
border-color: #44459C;
}
</style>