Shades of Governor Bay #4542AB
Tints of Governor Bay #4542AB
RGB
CMYK
RGB Variations
Color information
#4542AB (or 0x4542AB) is known color: Governor Bay. HEX triplet: 45, 42 and AB. RGB value is (69,66,171). Sum of RGB (Red+Green+Blue) = 69+66+171=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #4542AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4542AB is #BABD54. Grayscale: #4E4E4E. Windows color (decimal): -12238165 or 11223621. OLE color: 11223621.
HSL color Cylindrical-coordinate representation of color #4542AB: hue angle of 241.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4542AB is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 66 | 171 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.33 |
| HSL | 241.71º | 0.44% | 0.46% | - |
| HSV(B) | 241.71º | 0.61% | 0.67% | - |
| XYZ | 11.75 | 8.1 | 39.47 | - |
| YUV | 78.87 | 179.99 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 171 | 0.60 | 0.61 | 0 | 0.33 | 241.71 | 0.44 | 0.46 |
| Hex | 45 | 42 | AB | 3C | 3D | 0 | 21 | F2 | 2C | 2E |
| Octal | 105 | 102 | 253 | 74 | 75 | 0 | 41 | 362 | 54 | 56 |
| Binary | 1000101 | 1000010 | 10101011 | 111100 | 111101 | 0 | 100001 | 11110010 | 101100 | 101110 |
Color Harmonies of #4542AB
Complementary color
Monochromatic Colors of #4542AB
Black with #4542AB
Text Example
Text Example
White with #4542AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4542AB; }
p { color: rgb(69,66,171); }
H1.HeaderClassName
{
color: #4542AB;
}
.AnyTagClassName
{
color: #4542AB;
}
</style>
background-color css
<style>
a { background-color: #4542AB; }
a { background-color: rgb(69,66,171); }
div.DivClassName
{
background-color: #4542AB;
}
.BgClassName
{
background-color: #4542AB;
}
</style>
border-color css
<style>
span { border-color: #4542AB; }
span { border-color: rgb(69,66,171); }
td.TdClassName
{
border-color: #4542AB;
}
.TagClassName
{
border-color: #4542AB;
}
</style>