Shades of Governor Bay #454D8F
Tints of Governor Bay #454D8F
RGB
CMYK
RGB Variations
Color information
#454D8F (or 0x454D8F) is known color: Governor Bay. HEX triplet: 45, 4D and 8F. RGB value is (69,77,143). Sum of RGB (Red+Green+Blue) = 69+77+143=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #454D8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454D8F is #BAB270. Grayscale: #515151. Windows color (decimal): -12235377 or 9391429. OLE color: 9391429.
HSL color Cylindrical-coordinate representation of color #454D8F: hue angle of 233.51º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #454D8F is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 77 | 143 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.44 |
| HSL | 233.51º | 0.35% | 0.42% | - |
| HSV(B) | 233.51º | 0.52% | 0.56% | - |
| XYZ | 10.07 | 8.56 | 27.11 | - |
| YUV | 82.13 | 162.35 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 143 | 0.52 | 0.46 | 0 | 0.44 | 233.51 | 0.35 | 0.42 |
| Hex | 45 | 4D | 8F | 34 | 2E | 0 | 2C | EA | 23 | 2A |
| Octal | 105 | 115 | 217 | 64 | 56 | 0 | 54 | 352 | 43 | 52 |
| Binary | 1000101 | 1001101 | 10001111 | 110100 | 101110 | 0 | 101100 | 11101010 | 100011 | 101010 |
Color Harmonies of #454D8F
Complementary color
Monochromatic Colors of #454D8F
Black with #454D8F
Text Example
Text Example
White with #454D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D8F; }
p { color: rgb(69,77,143); }
H1.HeaderClassName
{
color: #454D8F;
}
.AnyTagClassName
{
color: #454D8F;
}
</style>
background-color css
<style>
a { background-color: #454D8F; }
a { background-color: rgb(69,77,143); }
div.DivClassName
{
background-color: #454D8F;
}
.BgClassName
{
background-color: #454D8F;
}
</style>
border-color css
<style>
span { border-color: #454D8F; }
span { border-color: rgb(69,77,143); }
td.TdClassName
{
border-color: #454D8F;
}
.TagClassName
{
border-color: #454D8F;
}
</style>