Shades of Governor Bay #4552A4
Tints of Governor Bay #4552A4
RGB
CMYK
RGB Variations
Color information
#4552A4 (or 0x4552A4) is known color: Governor Bay. HEX triplet: 45, 52 and A4. RGB value is (69,82,164). Sum of RGB (Red+Green+Blue) = 69+82+164=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #4552A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4552A4 is #BAAD5B. Grayscale: #575757. Windows color (decimal): -12234076 or 10768965. OLE color: 10768965.
HSL color Cylindrical-coordinate representation of color #4552A4: hue angle of 231.79º 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 #4552A4 is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 82 | 164 | - |
| CMYK | 0.58 | 0.5 | 0 | 0.36 |
| HSL | 231.79º | 0.41% | 0.46% | - |
| HSV(B) | 231.79º | 0.58% | 0.64% | - |
| XYZ | 12.17 | 9.98 | 36.41 | - |
| YUV | 87.46 | 171.19 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 164 | 0.58 | 0.5 | 0 | 0.36 | 231.79 | 0.41 | 0.46 |
| Hex | 45 | 52 | A4 | 3A | 32 | 0 | 24 | E8 | 29 | 2E |
| Octal | 105 | 122 | 244 | 72 | 62 | 0 | 44 | 350 | 51 | 56 |
| Binary | 1000101 | 1010010 | 10100100 | 111010 | 110010 | 0 | 100100 | 11101000 | 101001 | 101110 |
Color Harmonies of #4552A4
Complementary color
Monochromatic Colors of #4552A4
Black with #4552A4
Text Example
Text Example
White with #4552A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4552A4; }
p { color: rgb(69,82,164); }
H1.HeaderClassName
{
color: #4552A4;
}
.AnyTagClassName
{
color: #4552A4;
}
</style>
background-color css
<style>
a { background-color: #4552A4; }
a { background-color: rgb(69,82,164); }
div.DivClassName
{
background-color: #4552A4;
}
.BgClassName
{
background-color: #4552A4;
}
</style>
border-color css
<style>
span { border-color: #4552A4; }
span { border-color: rgb(69,82,164); }
td.TdClassName
{
border-color: #4552A4;
}
.TagClassName
{
border-color: #4552A4;
}
</style>