Shades of Governor Bay #4043AC
Tints of Governor Bay #4043AC
RGB
CMYK
RGB Variations
Color information
#4043AC (or 0x4043AC) is known color: Governor Bay. HEX triplet: 40, 43 and AC. RGB value is (64,67,172). Sum of RGB (Red+Green+Blue) = 64+67+172=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #4043AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4043AC is #BFBC53. Grayscale: #4D4D4D. Windows color (decimal): -12565588 or 11289408. OLE color: 11289408.
HSL color Cylindrical-coordinate representation of color #4043AC: hue angle of 238.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4043AC is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 67 | 172 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.33 |
| HSL | 238.33º | 0.46% | 0.46% | - |
| HSV(B) | 238.33º | 0.63% | 0.67% | - |
| XYZ | 11.57 | 8.08 | 39.98 | - |
| YUV | 78.07 | 181.01 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 172 | 0.63 | 0.61 | 0 | 0.33 | 238.33 | 0.46 | 0.46 |
| Hex | 40 | 43 | AC | 3F | 3D | 0 | 21 | EE | 2E | 2E |
| Octal | 100 | 103 | 254 | 77 | 75 | 0 | 41 | 356 | 56 | 56 |
| Binary | 1000000 | 1000011 | 10101100 | 111111 | 111101 | 0 | 100001 | 11101110 | 101110 | 101110 |
Color Harmonies of #4043AC
Complementary color
Monochromatic Colors of #4043AC
Black with #4043AC
Text Example
Text Example
White with #4043AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4043AC; }
p { color: rgb(64,67,172); }
H1.HeaderClassName
{
color: #4043AC;
}
.AnyTagClassName
{
color: #4043AC;
}
</style>
background-color css
<style>
a { background-color: #4043AC; }
a { background-color: rgb(64,67,172); }
div.DivClassName
{
background-color: #4043AC;
}
.BgClassName
{
background-color: #4043AC;
}
</style>
border-color css
<style>
span { border-color: #4043AC; }
span { border-color: rgb(64,67,172); }
td.TdClassName
{
border-color: #4043AC;
}
.TagClassName
{
border-color: #4043AC;
}
</style>