Shades of Governor Bay #4455AD
Tints of Governor Bay #4455AD
RGB
CMYK
RGB Variations
Color information
#4455AD (or 0x4455AD) is known color: Governor Bay. HEX triplet: 44, 55 and AD. RGB value is (68,85,173). Sum of RGB (Red+Green+Blue) = 68+85+173=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #4455AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4455AD is #BBAA52. Grayscale: #595959. Windows color (decimal): -12298835 or 11359556. OLE color: 11359556.
HSL color Cylindrical-coordinate representation of color #4455AD: hue angle of 230.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4455AD is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 85 | 173 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.32 |
| HSL | 230.29º | 0.44% | 0.47% | - |
| HSV(B) | 230.29º | 0.61% | 0.68% | - |
| XYZ | 13.18 | 10.74 | 40.91 | - |
| YUV | 89.95 | 174.87 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 173 | 0.61 | 0.51 | 0 | 0.32 | 230.29 | 0.44 | 0.47 |
| Hex | 44 | 55 | AD | 3D | 33 | 0 | 20 | E6 | 2C | 2F |
| Octal | 104 | 125 | 255 | 75 | 63 | 0 | 40 | 346 | 54 | 57 |
| Binary | 1000100 | 1010101 | 10101101 | 111101 | 110011 | 0 | 100000 | 11100110 | 101100 | 101111 |
Color Harmonies of #4455AD
Complementary color
Monochromatic Colors of #4455AD
Black with #4455AD
Text Example
Text Example
White with #4455AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4455AD; }
p { color: rgb(68,85,173); }
H1.HeaderClassName
{
color: #4455AD;
}
.AnyTagClassName
{
color: #4455AD;
}
</style>
background-color css
<style>
a { background-color: #4455AD; }
a { background-color: rgb(68,85,173); }
div.DivClassName
{
background-color: #4455AD;
}
.BgClassName
{
background-color: #4455AD;
}
</style>
border-color css
<style>
span { border-color: #4455AD; }
span { border-color: rgb(68,85,173); }
td.TdClassName
{
border-color: #4455AD;
}
.TagClassName
{
border-color: #4455AD;
}
</style>