Shades of Governor Bay #45519A
Tints of Governor Bay #45519A
RGB
CMYK
RGB Variations
Color information
#45519A (or 0x45519A) is known color: Governor Bay. HEX triplet: 45, 51 and 9A. RGB value is (69,81,154). Sum of RGB (Red+Green+Blue) = 69+81+154=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #45519A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45519A is #BAAE65. Grayscale: #555555. Windows color (decimal): -12234342 or 10113349. OLE color: 10113349.
HSL color Cylindrical-coordinate representation of color #45519A: hue angle of 231.53º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45519A is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 81 | 154 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.40 |
| HSL | 231.53º | 0.38% | 0.44% | - |
| HSV(B) | 231.53º | 0.55% | 0.6% | - |
| XYZ | 11.23 | 9.48 | 31.81 | - |
| YUV | 85.73 | 166.52 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 154 | 0.55 | 0.47 | 0 | 0.40 | 231.53 | 0.38 | 0.44 |
| Hex | 45 | 51 | 9A | 37 | 2F | 0 | 28 | E8 | 26 | 2C |
| Octal | 105 | 121 | 232 | 67 | 57 | 0 | 50 | 350 | 46 | 54 |
| Binary | 1000101 | 1010001 | 10011010 | 110111 | 101111 | 0 | 101000 | 11101000 | 100110 | 101100 |
Color Harmonies of #45519A
Complementary color
Monochromatic Colors of #45519A
Black with #45519A
Text Example
Text Example
White with #45519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45519A; }
p { color: rgb(69,81,154); }
H1.HeaderClassName
{
color: #45519A;
}
.AnyTagClassName
{
color: #45519A;
}
</style>
background-color css
<style>
a { background-color: #45519A; }
a { background-color: rgb(69,81,154); }
div.DivClassName
{
background-color: #45519A;
}
.BgClassName
{
background-color: #45519A;
}
</style>
border-color css
<style>
span { border-color: #45519A; }
span { border-color: rgb(69,81,154); }
td.TdClassName
{
border-color: #45519A;
}
.TagClassName
{
border-color: #45519A;
}
</style>