Shades of Governor Bay #4552AC
Tints of Governor Bay #4552AC
RGB
CMYK
RGB Variations
Color information
#4552AC (or 0x4552AC) is known color: Governor Bay. HEX triplet: 45, 52 and AC. RGB value is (69,82,172). Sum of RGB (Red+Green+Blue) = 69+82+172=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #4552AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4552AC is #BAAD53. Grayscale: #585858. Windows color (decimal): -12234068 or 11293253. OLE color: 11293253.
HSL color Cylindrical-coordinate representation of color #4552AC: hue angle of 232.43º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4552AC is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 82 | 172 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.33 |
| HSL | 232.43º | 0.43% | 0.47% | - |
| HSV(B) | 232.43º | 0.6% | 0.67% | - |
| XYZ | 12.92 | 10.28 | 40.33 | - |
| YUV | 88.37 | 175.19 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 172 | 0.60 | 0.52 | 0 | 0.33 | 232.43 | 0.43 | 0.47 |
| Hex | 45 | 52 | AC | 3C | 34 | 0 | 21 | E8 | 2B | 2F |
| Octal | 105 | 122 | 254 | 74 | 64 | 0 | 41 | 350 | 53 | 57 |
| Binary | 1000101 | 1010010 | 10101100 | 111100 | 110100 | 0 | 100001 | 11101000 | 101011 | 101111 |
Color Harmonies of #4552AC
Complementary color
Monochromatic Colors of #4552AC
Black with #4552AC
Text Example
Text Example
White with #4552AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4552AC; }
p { color: rgb(69,82,172); }
H1.HeaderClassName
{
color: #4552AC;
}
.AnyTagClassName
{
color: #4552AC;
}
</style>
background-color css
<style>
a { background-color: #4552AC; }
a { background-color: rgb(69,82,172); }
div.DivClassName
{
background-color: #4552AC;
}
.BgClassName
{
background-color: #4552AC;
}
</style>
border-color css
<style>
span { border-color: #4552AC; }
span { border-color: rgb(69,82,172); }
td.TdClassName
{
border-color: #4552AC;
}
.TagClassName
{
border-color: #4552AC;
}
</style>