Shades of Governor Bay #4043AD
Tints of Governor Bay #4043AD
RGB
CMYK
RGB Variations
Color information
#4043AD (or 0x4043AD) is known color: Governor Bay. HEX triplet: 40, 43 and AD. RGB value is (64,67,173). Sum of RGB (Red+Green+Blue) = 64+67+173=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #4043AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4043AD is #BFBC52. Grayscale: #4D4D4D. Windows color (decimal): -12565587 or 11354944. OLE color: 11354944.
HSL color Cylindrical-coordinate representation of color #4043AD: hue angle of 238.35º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4043AD is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 67 | 173 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.32 |
| HSL | 238.35º | 0.46% | 0.46% | - |
| HSV(B) | 238.35º | 0.63% | 0.68% | - |
| XYZ | 11.66 | 8.12 | 40.49 | - |
| YUV | 78.19 | 181.51 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 173 | 0.63 | 0.61 | 0 | 0.32 | 238.35 | 0.46 | 0.46 |
| Hex | 40 | 43 | AD | 3F | 3D | 0 | 20 | EE | 2E | 2E |
| Octal | 100 | 103 | 255 | 77 | 75 | 0 | 40 | 356 | 56 | 56 |
| Binary | 1000000 | 1000011 | 10101101 | 111111 | 111101 | 0 | 100000 | 11101110 | 101110 | 101110 |
Color Harmonies of #4043AD
Complementary color
Monochromatic Colors of #4043AD
Black with #4043AD
Text Example
Text Example
White with #4043AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4043AD; }
p { color: rgb(64,67,173); }
H1.HeaderClassName
{
color: #4043AD;
}
.AnyTagClassName
{
color: #4043AD;
}
</style>
background-color css
<style>
a { background-color: #4043AD; }
a { background-color: rgb(64,67,173); }
div.DivClassName
{
background-color: #4043AD;
}
.BgClassName
{
background-color: #4043AD;
}
</style>
border-color css
<style>
span { border-color: #4043AD; }
span { border-color: rgb(64,67,173); }
td.TdClassName
{
border-color: #4043AD;
}
.TagClassName
{
border-color: #4043AD;
}
</style>