Shades of Governor Bay #4152AC
Tints of Governor Bay #4152AC
RGB
CMYK
RGB Variations
Color information
#4152AC (or 0x4152AC) is known color: Governor Bay. HEX triplet: 41, 52 and AC. RGB value is (65,82,172). Sum of RGB (Red+Green+Blue) = 65+82+172=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #4152AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4152AC is #BEAD53. Grayscale: #565656. Windows color (decimal): -12496212 or 11293249. OLE color: 11293249.
HSL color Cylindrical-coordinate representation of color #4152AC: hue angle of 230.47º 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 #4152AC is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 82 | 172 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.33 |
| HSL | 230.47º | 0.45% | 0.46% | - |
| HSV(B) | 230.47º | 0.62% | 0.67% | - |
| XYZ | 12.64 | 10.14 | 40.32 | - |
| YUV | 87.18 | 175.87 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 172 | 0.62 | 0.52 | 0 | 0.33 | 230.47 | 0.45 | 0.46 |
| Hex | 41 | 52 | AC | 3E | 34 | 0 | 21 | E6 | 2D | 2E |
| Octal | 101 | 122 | 254 | 76 | 64 | 0 | 41 | 346 | 55 | 56 |
| Binary | 1000001 | 1010010 | 10101100 | 111110 | 110100 | 0 | 100001 | 11100110 | 101101 | 101110 |
Color Harmonies of #4152AC
Complementary color
Monochromatic Colors of #4152AC
Black with #4152AC
Text Example
Text Example
White with #4152AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4152AC; }
p { color: rgb(65,82,172); }
H1.HeaderClassName
{
color: #4152AC;
}
.AnyTagClassName
{
color: #4152AC;
}
</style>
background-color css
<style>
a { background-color: #4152AC; }
a { background-color: rgb(65,82,172); }
div.DivClassName
{
background-color: #4152AC;
}
.BgClassName
{
background-color: #4152AC;
}
</style>
border-color css
<style>
span { border-color: #4152AC; }
span { border-color: rgb(65,82,172); }
td.TdClassName
{
border-color: #4152AC;
}
.TagClassName
{
border-color: #4152AC;
}
</style>