Shades of Governor Bay #4545AD
Tints of Governor Bay #4545AD
RGB
CMYK
RGB Variations
Color information
#4545AD (or 0x4545AD) is known color: Governor Bay. HEX triplet: 45, 45 and AD. RGB value is (69,69,173). Sum of RGB (Red+Green+Blue) = 69+69+173=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #4545AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4545AD is #BABA52. Grayscale: #505050. Windows color (decimal): -12237395 or 11355461. OLE color: 11355461.
HSL color Cylindrical-coordinate representation of color #4545AD: hue angle of 240º 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 #4545AD is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 69 | 173 | - |
| CMYK | 0.60 | 0.60 | 0 | 0.32 |
| HSL | 240º | 0.43% | 0.47% | - |
| HSV(B) | 240º | 0.6% | 0.68% | - |
| XYZ | 12.13 | 8.54 | 40.54 | - |
| YUV | 80.86 | 180 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 173 | 0.60 | 0.60 | 0 | 0.32 | 240 | 0.43 | 0.47 |
| Hex | 45 | 45 | AD | 3C | 3C | 0 | 20 | F0 | 2B | 2F |
| Octal | 105 | 105 | 255 | 74 | 74 | 0 | 40 | 360 | 53 | 57 |
| Binary | 1000101 | 1000101 | 10101101 | 111100 | 111100 | 0 | 100000 | 11110000 | 101011 | 101111 |
Color Harmonies of #4545AD
Complementary color
Monochromatic Colors of #4545AD
Black with #4545AD
Text Example
Text Example
White with #4545AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4545AD; }
p { color: rgb(69,69,173); }
H1.HeaderClassName
{
color: #4545AD;
}
.AnyTagClassName
{
color: #4545AD;
}
</style>
background-color css
<style>
a { background-color: #4545AD; }
a { background-color: rgb(69,69,173); }
div.DivClassName
{
background-color: #4545AD;
}
.BgClassName
{
background-color: #4545AD;
}
</style>
border-color css
<style>
span { border-color: #4545AD; }
span { border-color: rgb(69,69,173); }
td.TdClassName
{
border-color: #4545AD;
}
.TagClassName
{
border-color: #4545AD;
}
</style>