Shades of Governor Bay #4540AA
Tints of Governor Bay #4540AA
RGB
CMYK
RGB Variations
Color information
#4540AA (or 0x4540AA) is known color: Governor Bay. HEX triplet: 45, 40 and AA. RGB value is (69,64,170). Sum of RGB (Red+Green+Blue) = 69+64+170=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #4540AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4540AA is #BABF55. Grayscale: #4D4D4D. Windows color (decimal): -12238678 or 11157573. OLE color: 11157573.
HSL color Cylindrical-coordinate representation of color #4540AA: hue angle of 242.83º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4540AA is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 64 | 170 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.33 |
| HSL | 242.83º | 0.45% | 0.46% | - |
| HSV(B) | 242.83º | 0.62% | 0.67% | - |
| XYZ | 11.54 | 7.83 | 38.93 | - |
| YUV | 77.58 | 180.16 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 170 | 0.59 | 0.62 | 0 | 0.33 | 242.83 | 0.45 | 0.46 |
| Hex | 45 | 40 | AA | 3B | 3E | 0 | 21 | F3 | 2D | 2E |
| Octal | 105 | 100 | 252 | 73 | 76 | 0 | 41 | 363 | 55 | 56 |
| Binary | 1000101 | 1000000 | 10101010 | 111011 | 111110 | 0 | 100001 | 11110011 | 101101 | 101110 |
Color Harmonies of #4540AA
Complementary color
Monochromatic Colors of #4540AA
Black with #4540AA
Text Example
Text Example
White with #4540AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4540AA; }
p { color: rgb(69,64,170); }
H1.HeaderClassName
{
color: #4540AA;
}
.AnyTagClassName
{
color: #4540AA;
}
</style>
background-color css
<style>
a { background-color: #4540AA; }
a { background-color: rgb(69,64,170); }
div.DivClassName
{
background-color: #4540AA;
}
.BgClassName
{
background-color: #4540AA;
}
</style>
border-color css
<style>
span { border-color: #4540AA; }
span { border-color: rgb(69,64,170); }
td.TdClassName
{
border-color: #4540AA;
}
.TagClassName
{
border-color: #4540AA;
}
</style>