Shades of Governor Bay #4041AC
Tints of Governor Bay #4041AC
RGB
CMYK
RGB Variations
Color information
#4041AC (or 0x4041AC) is known color: Governor Bay. HEX triplet: 40, 41 and AC. RGB value is (64,65,172). Sum of RGB (Red+Green+Blue) = 64+65+172=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #4041AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4041AC is #BFBE53. Grayscale: #4C4C4C. Windows color (decimal): -12566100 or 11288896. OLE color: 11288896.
HSL color Cylindrical-coordinate representation of color #4041AC: hue angle of 239.44º 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 #4041AC is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 65 | 172 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.33 |
| HSL | 239.44º | 0.46% | 0.46% | - |
| HSV(B) | 239.44º | 0.63% | 0.67% | - |
| XYZ | 11.45 | 7.85 | 39.94 | - |
| YUV | 76.9 | 181.67 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 172 | 0.63 | 0.62 | 0 | 0.33 | 239.44 | 0.46 | 0.46 |
| Hex | 40 | 41 | AC | 3F | 3E | 0 | 21 | EF | 2E | 2E |
| Octal | 100 | 101 | 254 | 77 | 76 | 0 | 41 | 357 | 56 | 56 |
| Binary | 1000000 | 1000001 | 10101100 | 111111 | 111110 | 0 | 100001 | 11101111 | 101110 | 101110 |
Color Harmonies of #4041AC
Complementary color
Monochromatic Colors of #4041AC
Black with #4041AC
Text Example
Text Example
White with #4041AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4041AC; }
p { color: rgb(64,65,172); }
H1.HeaderClassName
{
color: #4041AC;
}
.AnyTagClassName
{
color: #4041AC;
}
</style>
background-color css
<style>
a { background-color: #4041AC; }
a { background-color: rgb(64,65,172); }
div.DivClassName
{
background-color: #4041AC;
}
.BgClassName
{
background-color: #4041AC;
}
</style>
border-color css
<style>
span { border-color: #4041AC; }
span { border-color: rgb(64,65,172); }
td.TdClassName
{
border-color: #4041AC;
}
.TagClassName
{
border-color: #4041AC;
}
</style>