Shades of Governor Bay #4048AB
Tints of Governor Bay #4048AB
RGB
CMYK
RGB Variations
Color information
#4048AB (or 0x4048AB) is known color: Governor Bay. HEX triplet: 40, 48 and AB. RGB value is (64,72,171). Sum of RGB (Red+Green+Blue) = 64+72+171=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #4048AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4048AB is #BFB754. Grayscale: #505050. Windows color (decimal): -12564309 or 11225152. OLE color: 11225152.
HSL color Cylindrical-coordinate representation of color #4048AB: hue angle of 235.51º 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 #4048AB is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 72 | 171 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.33 |
| HSL | 235.51º | 0.46% | 0.46% | - |
| HSV(B) | 235.51º | 0.63% | 0.67% | - |
| XYZ | 11.78 | 8.66 | 39.58 | - |
| YUV | 80.89 | 178.85 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 171 | 0.63 | 0.58 | 0 | 0.33 | 235.51 | 0.46 | 0.46 |
| Hex | 40 | 48 | AB | 3F | 3A | 0 | 21 | EC | 2E | 2E |
| Octal | 100 | 110 | 253 | 77 | 72 | 0 | 41 | 354 | 56 | 56 |
| Binary | 1000000 | 1001000 | 10101011 | 111111 | 111010 | 0 | 100001 | 11101100 | 101110 | 101110 |
Color Harmonies of #4048AB
Complementary color
Monochromatic Colors of #4048AB
Black with #4048AB
Text Example
Text Example
White with #4048AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4048AB; }
p { color: rgb(64,72,171); }
H1.HeaderClassName
{
color: #4048AB;
}
.AnyTagClassName
{
color: #4048AB;
}
</style>
background-color css
<style>
a { background-color: #4048AB; }
a { background-color: rgb(64,72,171); }
div.DivClassName
{
background-color: #4048AB;
}
.BgClassName
{
background-color: #4048AB;
}
</style>
border-color css
<style>
span { border-color: #4048AB; }
span { border-color: rgb(64,72,171); }
td.TdClassName
{
border-color: #4048AB;
}
.TagClassName
{
border-color: #4048AB;
}
</style>