Shades of Governor Bay #4041AD
Tints of Governor Bay #4041AD
RGB
CMYK
RGB Variations
Color information
#4041AD (or 0x4041AD) is known color: Governor Bay. HEX triplet: 40, 41 and AD. RGB value is (64,65,173). Sum of RGB (Red+Green+Blue) = 64+65+173=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #4041AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4041AD is #BFBE52. Grayscale: #4C4C4C. Windows color (decimal): -12566099 or 11354432. OLE color: 11354432.
HSL color Cylindrical-coordinate representation of color #4041AD: hue angle of 239.45º 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 #4041AD is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 65 | 173 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.32 |
| HSL | 239.45º | 0.46% | 0.46% | - |
| HSV(B) | 239.45º | 0.63% | 0.68% | - |
| XYZ | 11.55 | 7.89 | 40.45 | - |
| YUV | 77.01 | 182.17 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 173 | 0.63 | 0.62 | 0 | 0.32 | 239.45 | 0.46 | 0.46 |
| Hex | 40 | 41 | AD | 3F | 3E | 0 | 20 | EF | 2E | 2E |
| Octal | 100 | 101 | 255 | 77 | 76 | 0 | 40 | 357 | 56 | 56 |
| Binary | 1000000 | 1000001 | 10101101 | 111111 | 111110 | 0 | 100000 | 11101111 | 101110 | 101110 |
Color Harmonies of #4041AD
Complementary color
Monochromatic Colors of #4041AD
Black with #4041AD
Text Example
Text Example
White with #4041AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4041AD; }
p { color: rgb(64,65,173); }
H1.HeaderClassName
{
color: #4041AD;
}
.AnyTagClassName
{
color: #4041AD;
}
</style>
background-color css
<style>
a { background-color: #4041AD; }
a { background-color: rgb(64,65,173); }
div.DivClassName
{
background-color: #4041AD;
}
.BgClassName
{
background-color: #4041AD;
}
</style>
border-color css
<style>
span { border-color: #4041AD; }
span { border-color: rgb(64,65,173); }
td.TdClassName
{
border-color: #4041AD;
}
.TagClassName
{
border-color: #4041AD;
}
</style>