Shades of Governor Bay #44479F
Tints of Governor Bay #44479F
RGB
CMYK
RGB Variations
Color information
#44479F (or 0x44479F) is known color: Governor Bay. HEX triplet: 44, 47 and 9F. RGB value is (68,71,159). Sum of RGB (Red+Green+Blue) = 68+71+159=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #44479F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44479F is #BBB860. Grayscale: #4F4F4F. Windows color (decimal): -12302433 or 10438468. OLE color: 10438468.
HSL color Cylindrical-coordinate representation of color #44479F: hue angle of 238.02º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44479F is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 71 | 159 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.38 |
| HSL | 238.02º | 0.4% | 0.45% | - |
| HSV(B) | 238.02º | 0.57% | 0.62% | - |
| XYZ | 10.9 | 8.24 | 33.82 | - |
| YUV | 80.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 159 | 0.57 | 0.55 | 0 | 0.38 | 238.02 | 0.4 | 0.45 |
| Hex | 44 | 47 | 9F | 39 | 37 | 0 | 26 | EE | 28 | 2D |
| Octal | 104 | 107 | 237 | 71 | 67 | 0 | 46 | 356 | 50 | 55 |
| Binary | 1000100 | 1000111 | 10011111 | 111001 | 110111 | 0 | 100110 | 11101110 | 101000 | 101101 |
Color Harmonies of #44479F
Complementary color
Monochromatic Colors of #44479F
Black with #44479F
Text Example
Text Example
White with #44479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44479F; }
p { color: rgb(68,71,159); }
H1.HeaderClassName
{
color: #44479F;
}
.AnyTagClassName
{
color: #44479F;
}
</style>
background-color css
<style>
a { background-color: #44479F; }
a { background-color: rgb(68,71,159); }
div.DivClassName
{
background-color: #44479F;
}
.BgClassName
{
background-color: #44479F;
}
</style>
border-color css
<style>
span { border-color: #44479F; }
span { border-color: rgb(68,71,159); }
td.TdClassName
{
border-color: #44479F;
}
.TagClassName
{
border-color: #44479F;
}
</style>