Shades of Governor Bay #4555AA
Tints of Governor Bay #4555AA
RGB
CMYK
RGB Variations
Color information
#4555AA (or 0x4555AA) is known color: Governor Bay. HEX triplet: 45, 55 and AA. RGB value is (69,85,170). Sum of RGB (Red+Green+Blue) = 69+85+170=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #4555AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4555AA is #BAAA55. Grayscale: #595959. Windows color (decimal): -12233302 or 11162949. OLE color: 11162949.
HSL color Cylindrical-coordinate representation of color #4555AA: hue angle of 230.5º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4555AA is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 85 | 170 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.33 |
| HSL | 230.5º | 0.42% | 0.47% | - |
| HSV(B) | 230.5º | 0.59% | 0.67% | - |
| XYZ | 12.96 | 10.66 | 39.41 | - |
| YUV | 89.91 | 173.2 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 170 | 0.59 | 0.50 | 0 | 0.33 | 230.5 | 0.42 | 0.47 |
| Hex | 45 | 55 | AA | 3B | 32 | 0 | 21 | E6 | 2A | 2F |
| Octal | 105 | 125 | 252 | 73 | 62 | 0 | 41 | 346 | 52 | 57 |
| Binary | 1000101 | 1010101 | 10101010 | 111011 | 110010 | 0 | 100001 | 11100110 | 101010 | 101111 |
Color Harmonies of #4555AA
Complementary color
Monochromatic Colors of #4555AA
Black with #4555AA
Text Example
Text Example
White with #4555AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4555AA; }
p { color: rgb(69,85,170); }
H1.HeaderClassName
{
color: #4555AA;
}
.AnyTagClassName
{
color: #4555AA;
}
</style>
background-color css
<style>
a { background-color: #4555AA; }
a { background-color: rgb(69,85,170); }
div.DivClassName
{
background-color: #4555AA;
}
.BgClassName
{
background-color: #4555AA;
}
</style>
border-color css
<style>
span { border-color: #4555AA; }
span { border-color: rgb(69,85,170); }
td.TdClassName
{
border-color: #4555AA;
}
.TagClassName
{
border-color: #4555AA;
}
</style>