Shades of Governor Bay #414DAC
Tints of Governor Bay #414DAC
RGB
CMYK
RGB Variations
Color information
#414DAC (or 0x414DAC) is known color: Governor Bay. HEX triplet: 41, 4D and AC. RGB value is (65,77,172). Sum of RGB (Red+Green+Blue) = 65+77+172=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #414DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414DAC is #BEB253. Grayscale: #535353. Windows color (decimal): -12497492 or 11291969. OLE color: 11291969.
HSL color Cylindrical-coordinate representation of color #414DAC: hue angle of 233.27º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #414DAC is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 77 | 172 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.33 |
| HSL | 233.27º | 0.45% | 0.46% | - |
| HSV(B) | 233.27º | 0.62% | 0.67% | - |
| XYZ | 12.28 | 9.41 | 40.2 | - |
| YUV | 84.24 | 177.52 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 172 | 0.62 | 0.55 | 0 | 0.33 | 233.27 | 0.45 | 0.46 |
| Hex | 41 | 4D | AC | 3E | 37 | 0 | 21 | E9 | 2D | 2E |
| Octal | 101 | 115 | 254 | 76 | 67 | 0 | 41 | 351 | 55 | 56 |
| Binary | 1000001 | 1001101 | 10101100 | 111110 | 110111 | 0 | 100001 | 11101001 | 101101 | 101110 |
Color Harmonies of #414DAC
Complementary color
Monochromatic Colors of #414DAC
Black with #414DAC
Text Example
Text Example
White with #414DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414DAC; }
p { color: rgb(65,77,172); }
H1.HeaderClassName
{
color: #414DAC;
}
.AnyTagClassName
{
color: #414DAC;
}
</style>
background-color css
<style>
a { background-color: #414DAC; }
a { background-color: rgb(65,77,172); }
div.DivClassName
{
background-color: #414DAC;
}
.BgClassName
{
background-color: #414DAC;
}
</style>
border-color css
<style>
span { border-color: #414DAC; }
span { border-color: rgb(65,77,172); }
td.TdClassName
{
border-color: #414DAC;
}
.TagClassName
{
border-color: #414DAC;
}
</style>