Shades of Governor Bay #4145AC
Tints of Governor Bay #4145AC
RGB
CMYK
RGB Variations
Color information
#4145AC (or 0x4145AC) is known color: Governor Bay. HEX triplet: 41, 45 and AC. RGB value is (65,69,172). Sum of RGB (Red+Green+Blue) = 65+69+172=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #4145AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4145AC is #BEBA53. Grayscale: #4F4F4F. Windows color (decimal): -12499540 or 11289921. OLE color: 11289921.
HSL color Cylindrical-coordinate representation of color #4145AC: hue angle of 237.76º 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 #4145AC is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 69 | 172 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.33 |
| HSL | 237.76º | 0.45% | 0.46% | - |
| HSV(B) | 237.76º | 0.62% | 0.67% | - |
| XYZ | 11.75 | 8.36 | 40.02 | - |
| YUV | 79.55 | 180.17 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 69 | 172 | 0.62 | 0.60 | 0 | 0.33 | 237.76 | 0.45 | 0.46 |
| Hex | 41 | 45 | AC | 3E | 3C | 0 | 21 | EE | 2D | 2E |
| Octal | 101 | 105 | 254 | 76 | 74 | 0 | 41 | 356 | 55 | 56 |
| Binary | 1000001 | 1000101 | 10101100 | 111110 | 111100 | 0 | 100001 | 11101110 | 101101 | 101110 |
Color Harmonies of #4145AC
Complementary color
Monochromatic Colors of #4145AC
Black with #4145AC
Text Example
Text Example
White with #4145AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4145AC; }
p { color: rgb(65,69,172); }
H1.HeaderClassName
{
color: #4145AC;
}
.AnyTagClassName
{
color: #4145AC;
}
</style>
background-color css
<style>
a { background-color: #4145AC; }
a { background-color: rgb(65,69,172); }
div.DivClassName
{
background-color: #4145AC;
}
.BgClassName
{
background-color: #4145AC;
}
</style>
border-color css
<style>
span { border-color: #4145AC; }
span { border-color: rgb(65,69,172); }
td.TdClassName
{
border-color: #4145AC;
}
.TagClassName
{
border-color: #4145AC;
}
</style>