Shades of Governor Bay #45499C
Tints of Governor Bay #45499C
RGB
CMYK
RGB Variations
Color information
#45499C (or 0x45499C) is known color: Governor Bay. HEX triplet: 45, 49 and 9C. RGB value is (69,73,156). Sum of RGB (Red+Green+Blue) = 69+73+156=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #45499C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45499C is #BAB663. Grayscale: #505050. Windows color (decimal): -12236388 or 10242373. OLE color: 10242373.
HSL color Cylindrical-coordinate representation of color #45499C: hue angle of 237.24º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45499C is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 73 | 156 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.39 |
| HSL | 237.24º | 0.39% | 0.44% | - |
| HSV(B) | 237.24º | 0.56% | 0.61% | - |
| XYZ | 10.84 | 8.43 | 32.51 | - |
| YUV | 81.27 | 170.17 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 156 | 0.56 | 0.53 | 0 | 0.39 | 237.24 | 0.39 | 0.44 |
| Hex | 45 | 49 | 9C | 38 | 35 | 0 | 27 | ED | 27 | 2C |
| Octal | 105 | 111 | 234 | 70 | 65 | 0 | 47 | 355 | 47 | 54 |
| Binary | 1000101 | 1001001 | 10011100 | 111000 | 110101 | 0 | 100111 | 11101101 | 100111 | 101100 |
Color Harmonies of #45499C
Complementary color
Monochromatic Colors of #45499C
Black with #45499C
Text Example
Text Example
White with #45499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45499C; }
p { color: rgb(69,73,156); }
H1.HeaderClassName
{
color: #45499C;
}
.AnyTagClassName
{
color: #45499C;
}
</style>
background-color css
<style>
a { background-color: #45499C; }
a { background-color: rgb(69,73,156); }
div.DivClassName
{
background-color: #45499C;
}
.BgClassName
{
background-color: #45499C;
}
</style>
border-color css
<style>
span { border-color: #45499C; }
span { border-color: rgb(69,73,156); }
td.TdClassName
{
border-color: #45499C;
}
.TagClassName
{
border-color: #45499C;
}
</style>