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