Shades of Governor Bay #4542AC
Tints of Governor Bay #4542AC
RGB
CMYK
RGB Variations
Color information
#4542AC (or 0x4542AC) is known color: Governor Bay. HEX triplet: 45, 42 and AC. RGB value is (69,66,172). Sum of RGB (Red+Green+Blue) = 69+66+172=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #4542AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4542AC is #BABD53. Grayscale: #4E4E4E. Windows color (decimal): -12238164 or 11289157. OLE color: 11289157.
HSL color Cylindrical-coordinate representation of color #4542AC: hue angle of 241.7º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4542AC is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 66 | 172 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.33 |
| HSL | 241.7º | 0.45% | 0.47% | - |
| HSV(B) | 241.7º | 0.62% | 0.67% | - |
| XYZ | 11.85 | 8.14 | 39.98 | - |
| YUV | 78.98 | 180.49 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 172 | 0.60 | 0.62 | 0 | 0.33 | 241.7 | 0.45 | 0.47 |
| Hex | 45 | 42 | AC | 3C | 3E | 0 | 21 | F2 | 2D | 2F |
| Octal | 105 | 102 | 254 | 74 | 76 | 0 | 41 | 362 | 55 | 57 |
| Binary | 1000101 | 1000010 | 10101100 | 111100 | 111110 | 0 | 100001 | 11110010 | 101101 | 101111 |
Color Harmonies of #4542AC
Complementary color
Monochromatic Colors of #4542AC
Black with #4542AC
Text Example
Text Example
White with #4542AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4542AC; }
p { color: rgb(69,66,172); }
H1.HeaderClassName
{
color: #4542AC;
}
.AnyTagClassName
{
color: #4542AC;
}
</style>
background-color css
<style>
a { background-color: #4542AC; }
a { background-color: rgb(69,66,172); }
div.DivClassName
{
background-color: #4542AC;
}
.BgClassName
{
background-color: #4542AC;
}
</style>
border-color css
<style>
span { border-color: #4542AC; }
span { border-color: rgb(69,66,172); }
td.TdClassName
{
border-color: #4542AC;
}
.TagClassName
{
border-color: #4542AC;
}
</style>