Shades of Governor Bay #454B98
Tints of Governor Bay #454B98
RGB
CMYK
RGB Variations
Color information
#454B98 (or 0x454B98) is known color: Governor Bay. HEX triplet: 45, 4B and 98. RGB value is (69,75,152). Sum of RGB (Red+Green+Blue) = 69+75+152=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #454B98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454B98 is #BAB467. Grayscale: #515151. Windows color (decimal): -12235880 or 9980741. OLE color: 9980741.
HSL color Cylindrical-coordinate representation of color #454B98: hue angle of 235.66º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #454B98 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 75 | 152 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.40 |
| HSL | 235.66º | 0.38% | 0.43% | - |
| HSV(B) | 235.66º | 0.55% | 0.6% | - |
| XYZ | 10.64 | 8.56 | 30.8 | - |
| YUV | 81.98 | 167.51 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 152 | 0.55 | 0.51 | 0 | 0.40 | 235.66 | 0.38 | 0.43 |
| Hex | 45 | 4B | 98 | 37 | 33 | 0 | 28 | EC | 26 | 2B |
| Octal | 105 | 113 | 230 | 67 | 63 | 0 | 50 | 354 | 46 | 53 |
| Binary | 1000101 | 1001011 | 10011000 | 110111 | 110011 | 0 | 101000 | 11101100 | 100110 | 101011 |
Color Harmonies of #454B98
Complementary color
Monochromatic Colors of #454B98
Black with #454B98
Text Example
Text Example
White with #454B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454B98; }
p { color: rgb(69,75,152); }
H1.HeaderClassName
{
color: #454B98;
}
.AnyTagClassName
{
color: #454B98;
}
</style>
background-color css
<style>
a { background-color: #454B98; }
a { background-color: rgb(69,75,152); }
div.DivClassName
{
background-color: #454B98;
}
.BgClassName
{
background-color: #454B98;
}
</style>
border-color css
<style>
span { border-color: #454B98; }
span { border-color: rgb(69,75,152); }
td.TdClassName
{
border-color: #454B98;
}
.TagClassName
{
border-color: #454B98;
}
</style>