Shades of Governor Bay #454D8E
Tints of Governor Bay #454D8E
RGB
CMYK
RGB Variations
Color information
#454D8E (or 0x454D8E) is known color: Governor Bay. HEX triplet: 45, 4D and 8E. RGB value is (69,77,142). Sum of RGB (Red+Green+Blue) = 69+77+142=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #454D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454D8E is #BAB271. Grayscale: #515151. Windows color (decimal): -12235378 or 9325893. OLE color: 9325893.
HSL color Cylindrical-coordinate representation of color #454D8E: hue angle of 233.42º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #454D8E is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 77 | 142 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.44 |
| HSL | 233.42º | 0.35% | 0.41% | - |
| HSV(B) | 233.42º | 0.51% | 0.56% | - |
| XYZ | 9.99 | 8.53 | 26.71 | - |
| YUV | 82.02 | 161.85 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 142 | 0.51 | 0.46 | 0 | 0.44 | 233.42 | 0.35 | 0.41 |
| Hex | 45 | 4D | 8E | 33 | 2E | 0 | 2C | E9 | 23 | 29 |
| Octal | 105 | 115 | 216 | 63 | 56 | 0 | 54 | 351 | 43 | 51 |
| Binary | 1000101 | 1001101 | 10001110 | 110011 | 101110 | 0 | 101100 | 11101001 | 100011 | 101001 |
Color Harmonies of #454D8E
Complementary color
Monochromatic Colors of #454D8E
Black with #454D8E
Text Example
Text Example
White with #454D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D8E; }
p { color: rgb(69,77,142); }
H1.HeaderClassName
{
color: #454D8E;
}
.AnyTagClassName
{
color: #454D8E;
}
</style>
background-color css
<style>
a { background-color: #454D8E; }
a { background-color: rgb(69,77,142); }
div.DivClassName
{
background-color: #454D8E;
}
.BgClassName
{
background-color: #454D8E;
}
</style>
border-color css
<style>
span { border-color: #454D8E; }
span { border-color: rgb(69,77,142); }
td.TdClassName
{
border-color: #454D8E;
}
.TagClassName
{
border-color: #454D8E;
}
</style>