Shades of Governor Bay #4552AD
Tints of Governor Bay #4552AD
RGB
CMYK
RGB Variations
Color information
#4552AD (or 0x4552AD) is known color: Governor Bay. HEX triplet: 45, 52 and AD. RGB value is (69,82,173). Sum of RGB (Red+Green+Blue) = 69+82+173=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #4552AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4552AD is #BAAD52. Grayscale: #585858. Windows color (decimal): -12234067 or 11358789. OLE color: 11358789.
HSL color Cylindrical-coordinate representation of color #4552AD: hue angle of 232.5º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4552AD is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 82 | 173 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.32 |
| HSL | 232.5º | 0.43% | 0.47% | - |
| HSV(B) | 232.5º | 0.6% | 0.68% | - |
| XYZ | 13.01 | 10.32 | 40.84 | - |
| YUV | 88.49 | 175.69 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 173 | 0.60 | 0.53 | 0 | 0.32 | 232.5 | 0.43 | 0.47 |
| Hex | 45 | 52 | AD | 3C | 35 | 0 | 20 | E8 | 2B | 2F |
| Octal | 105 | 122 | 255 | 74 | 65 | 0 | 40 | 350 | 53 | 57 |
| Binary | 1000101 | 1010010 | 10101101 | 111100 | 110101 | 0 | 100000 | 11101000 | 101011 | 101111 |
Color Harmonies of #4552AD
Complementary color
Monochromatic Colors of #4552AD
Black with #4552AD
Text Example
Text Example
White with #4552AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4552AD; }
p { color: rgb(69,82,173); }
H1.HeaderClassName
{
color: #4552AD;
}
.AnyTagClassName
{
color: #4552AD;
}
</style>
background-color css
<style>
a { background-color: #4552AD; }
a { background-color: rgb(69,82,173); }
div.DivClassName
{
background-color: #4552AD;
}
.BgClassName
{
background-color: #4552AD;
}
</style>
border-color css
<style>
span { border-color: #4552AD; }
span { border-color: rgb(69,82,173); }
td.TdClassName
{
border-color: #4552AD;
}
.TagClassName
{
border-color: #4552AD;
}
</style>