Shades of Governor Bay #4048AD
Tints of Governor Bay #4048AD
RGB
CMYK
RGB Variations
Color information
#4048AD (or 0x4048AD) is known color: Governor Bay. HEX triplet: 40, 48 and AD. RGB value is (64,72,173). Sum of RGB (Red+Green+Blue) = 64+72+173=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #4048AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4048AD is #BFB752. Grayscale: #505050. Windows color (decimal): -12564307 or 11356224. OLE color: 11356224.
HSL color Cylindrical-coordinate representation of color #4048AD: hue angle of 235.6º 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 #4048AD is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 72 | 173 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.32 |
| HSL | 235.6º | 0.46% | 0.46% | - |
| HSV(B) | 235.6º | 0.63% | 0.68% | - |
| XYZ | 11.97 | 8.74 | 40.59 | - |
| YUV | 81.12 | 179.85 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 173 | 0.63 | 0.58 | 0 | 0.32 | 235.6 | 0.46 | 0.46 |
| Hex | 40 | 48 | AD | 3F | 3A | 0 | 20 | EC | 2E | 2E |
| Octal | 100 | 110 | 255 | 77 | 72 | 0 | 40 | 354 | 56 | 56 |
| Binary | 1000000 | 1001000 | 10101101 | 111111 | 111010 | 0 | 100000 | 11101100 | 101110 | 101110 |
Color Harmonies of #4048AD
Complementary color
Monochromatic Colors of #4048AD
Black with #4048AD
Text Example
Text Example
White with #4048AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4048AD; }
p { color: rgb(64,72,173); }
H1.HeaderClassName
{
color: #4048AD;
}
.AnyTagClassName
{
color: #4048AD;
}
</style>
background-color css
<style>
a { background-color: #4048AD; }
a { background-color: rgb(64,72,173); }
div.DivClassName
{
background-color: #4048AD;
}
.BgClassName
{
background-color: #4048AD;
}
</style>
border-color css
<style>
span { border-color: #4048AD; }
span { border-color: rgb(64,72,173); }
td.TdClassName
{
border-color: #4048AD;
}
.TagClassName
{
border-color: #4048AD;
}
</style>