Shades of Governor Bay #4153A9
Tints of Governor Bay #4153A9
RGB
CMYK
RGB Variations
Color information
#4153A9 (or 0x4153A9) is known color: Governor Bay. HEX triplet: 41, 53 and A9. RGB value is (65,83,169). Sum of RGB (Red+Green+Blue) = 65+83+169=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 169 (66.41% from 255 or 53.31% from 317); Max value from RGB is 169 - color contains mainly: blue. Hex color #4153A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4153A9 is #BEAC56. Grayscale: #575757. Windows color (decimal): -12495959 or 11096897. OLE color: 11096897.
HSL color Cylindrical-coordinate representation of color #4153A9: hue angle of 229.62º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4153A9 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 65 | 83 | 169 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.34 |
| HSL | 229.62º | 0.44% | 0.46% | - |
| HSV(B) | 229.62º | 0.62% | 0.66% | - |
| XYZ | 12.43 | 10.17 | 38.84 | - |
| YUV | 87.42 | 174.04 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 83 | 169 | 0.62 | 0.51 | 0 | 0.34 | 229.62 | 0.44 | 0.46 |
| Hex | 41 | 53 | A9 | 3E | 33 | 0 | 22 | E6 | 2C | 2E |
| Octal | 101 | 123 | 251 | 76 | 63 | 0 | 42 | 346 | 54 | 56 |
| Binary | 1000001 | 1010011 | 10101001 | 111110 | 110011 | 0 | 100010 | 11100110 | 101100 | 101110 |
Color Harmonies of #4153A9
Complementary color
Monochromatic Colors of #4153A9
Black with #4153A9
Text Example
Text Example
White with #4153A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4153A9; }
p { color: rgb(65,83,169); }
H1.HeaderClassName
{
color: #4153A9;
}
.AnyTagClassName
{
color: #4153A9;
}
</style>
background-color css
<style>
a { background-color: #4153A9; }
a { background-color: rgb(65,83,169); }
div.DivClassName
{
background-color: #4153A9;
}
.BgClassName
{
background-color: #4153A9;
}
</style>
border-color css
<style>
span { border-color: #4153A9; }
span { border-color: rgb(65,83,169); }
td.TdClassName
{
border-color: #4153A9;
}
.TagClassName
{
border-color: #4153A9;
}
</style>