Shades of Governor Bay #4555A4
Tints of Governor Bay #4555A4
RGB
CMYK
RGB Variations
Color information
#4555A4 (or 0x4555A4) is known color: Governor Bay. HEX triplet: 45, 55 and A4. RGB value is (69,85,164). Sum of RGB (Red+Green+Blue) = 69+85+164=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 164 (64.45% from 255 or 51.57% from 318); Max value from RGB is 164 - color contains mainly: blue. Hex color #4555A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4555A4 is #BAAA5B. Grayscale: #585858. Windows color (decimal): -12233308 or 10769733. OLE color: 10769733.
HSL color Cylindrical-coordinate representation of color #4555A4: hue angle of 229.89º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4555A4 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 85 | 164 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.36 |
| HSL | 229.89º | 0.41% | 0.46% | - |
| HSV(B) | 229.89º | 0.58% | 0.64% | - |
| XYZ | 12.4 | 10.44 | 36.48 | - |
| YUV | 89.22 | 170.2 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 164 | 0.58 | 0.48 | 0 | 0.36 | 229.89 | 0.41 | 0.46 |
| Hex | 45 | 55 | A4 | 3A | 30 | 0 | 24 | E6 | 29 | 2E |
| Octal | 105 | 125 | 244 | 72 | 60 | 0 | 44 | 346 | 51 | 56 |
| Binary | 1000101 | 1010101 | 10100100 | 111010 | 110000 | 0 | 100100 | 11100110 | 101001 | 101110 |
Color Harmonies of #4555A4
Complementary color
Monochromatic Colors of #4555A4
Black with #4555A4
Text Example
Text Example
White with #4555A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4555A4; }
p { color: rgb(69,85,164); }
H1.HeaderClassName
{
color: #4555A4;
}
.AnyTagClassName
{
color: #4555A4;
}
</style>
background-color css
<style>
a { background-color: #4555A4; }
a { background-color: rgb(69,85,164); }
div.DivClassName
{
background-color: #4555A4;
}
.BgClassName
{
background-color: #4555A4;
}
</style>
border-color css
<style>
span { border-color: #4555A4; }
span { border-color: rgb(69,85,164); }
td.TdClassName
{
border-color: #4555A4;
}
.TagClassName
{
border-color: #4555A4;
}
</style>