Shades of Governor Bay #4544AB
Tints of Governor Bay #4544AB
RGB
CMYK
RGB Variations
Color information
#4544AB (or 0x4544AB) is known color: Governor Bay. HEX triplet: 45, 44 and AB. RGB value is (69,68,171). Sum of RGB (Red+Green+Blue) = 69+68+171=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #4544AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4544AB is #BABB54. Grayscale: #4F4F4F. Windows color (decimal): -12237653 or 11224133. OLE color: 11224133.
HSL color Cylindrical-coordinate representation of color #4544AB: hue angle of 240.58º 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 #4544AB is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 68 | 171 | - |
| CMYK | 0.60 | 0.60 | 0 | 0.33 |
| HSL | 240.58º | 0.43% | 0.47% | - |
| HSV(B) | 240.58º | 0.6% | 0.67% | - |
| XYZ | 11.87 | 8.34 | 39.51 | - |
| YUV | 80.04 | 179.33 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 68 | 171 | 0.60 | 0.60 | 0 | 0.33 | 240.58 | 0.43 | 0.47 |
| Hex | 45 | 44 | AB | 3C | 3C | 0 | 21 | F1 | 2B | 2F |
| Octal | 105 | 104 | 253 | 74 | 74 | 0 | 41 | 361 | 53 | 57 |
| Binary | 1000101 | 1000100 | 10101011 | 111100 | 111100 | 0 | 100001 | 11110001 | 101011 | 101111 |
Color Harmonies of #4544AB
Complementary color
Monochromatic Colors of #4544AB
Black with #4544AB
Text Example
Text Example
White with #4544AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4544AB; }
p { color: rgb(69,68,171); }
H1.HeaderClassName
{
color: #4544AB;
}
.AnyTagClassName
{
color: #4544AB;
}
</style>
background-color css
<style>
a { background-color: #4544AB; }
a { background-color: rgb(69,68,171); }
div.DivClassName
{
background-color: #4544AB;
}
.BgClassName
{
background-color: #4544AB;
}
</style>
border-color css
<style>
span { border-color: #4544AB; }
span { border-color: rgb(69,68,171); }
td.TdClassName
{
border-color: #4544AB;
}
.TagClassName
{
border-color: #4544AB;
}
</style>