Shades of Governor Bay #454995
Tints of Governor Bay #454995
RGB
CMYK
RGB Variations
Color information
#454995 (or 0x454995) is known color: Governor Bay. HEX triplet: 45, 49 and 95. RGB value is (69,73,149). Sum of RGB (Red+Green+Blue) = 69+73+149=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #454995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454995 is #BAB66A. Grayscale: #505050. Windows color (decimal): -12236395 or 9783621. OLE color: 9783621.
HSL color Cylindrical-coordinate representation of color #454995: hue angle of 237º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #454995 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 73 | 149 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.42 |
| HSL | 237º | 0.37% | 0.43% | - |
| HSV(B) | 237º | 0.54% | 0.58% | - |
| XYZ | 10.26 | 8.2 | 29.48 | - |
| YUV | 80.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 149 | 0.54 | 0.51 | 0 | 0.42 | 237 | 0.37 | 0.43 |
| Hex | 45 | 49 | 95 | 36 | 33 | 0 | 2A | ED | 25 | 2B |
| Octal | 105 | 111 | 225 | 66 | 63 | 0 | 52 | 355 | 45 | 53 |
| Binary | 1000101 | 1001001 | 10010101 | 110110 | 110011 | 0 | 101010 | 11101101 | 100101 | 101011 |
Color Harmonies of #454995
Complementary color
Monochromatic Colors of #454995
Black with #454995
Text Example
Text Example
White with #454995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454995; }
p { color: rgb(69,73,149); }
H1.HeaderClassName
{
color: #454995;
}
.AnyTagClassName
{
color: #454995;
}
</style>
background-color css
<style>
a { background-color: #454995; }
a { background-color: rgb(69,73,149); }
div.DivClassName
{
background-color: #454995;
}
.BgClassName
{
background-color: #454995;
}
</style>
border-color css
<style>
span { border-color: #454995; }
span { border-color: rgb(69,73,149); }
td.TdClassName
{
border-color: #454995;
}
.TagClassName
{
border-color: #454995;
}
</style>