Shades of Governor Bay #454C93
Tints of Governor Bay #454C93
RGB
CMYK
RGB Variations
Color information
#454C93 (or 0x454C93) is known color: Governor Bay. HEX triplet: 45, 4C and 93. RGB value is (69,76,147). Sum of RGB (Red+Green+Blue) = 69+76+147=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #454C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454C93 is #BAB36C. Grayscale: #515151. Windows color (decimal): -12235629 or 9653317. OLE color: 9653317.
HSL color Cylindrical-coordinate representation of color #454C93: hue angle of 234.62º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #454C93 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 76 | 147 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.42 |
| HSL | 234.62º | 0.36% | 0.42% | - |
| HSV(B) | 234.62º | 0.53% | 0.58% | - |
| XYZ | 10.31 | 8.54 | 28.71 | - |
| YUV | 82 | 164.68 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 147 | 0.53 | 0.48 | 0 | 0.42 | 234.62 | 0.36 | 0.42 |
| Hex | 45 | 4C | 93 | 35 | 30 | 0 | 2A | EB | 24 | 2A |
| Octal | 105 | 114 | 223 | 65 | 60 | 0 | 52 | 353 | 44 | 52 |
| Binary | 1000101 | 1001100 | 10010011 | 110101 | 110000 | 0 | 101010 | 11101011 | 100100 | 101010 |
Color Harmonies of #454C93
Complementary color
Monochromatic Colors of #454C93
Black with #454C93
Text Example
Text Example
White with #454C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C93; }
p { color: rgb(69,76,147); }
H1.HeaderClassName
{
color: #454C93;
}
.AnyTagClassName
{
color: #454C93;
}
</style>
background-color css
<style>
a { background-color: #454C93; }
a { background-color: rgb(69,76,147); }
div.DivClassName
{
background-color: #454C93;
}
.BgClassName
{
background-color: #454C93;
}
</style>
border-color css
<style>
span { border-color: #454C93; }
span { border-color: rgb(69,76,147); }
td.TdClassName
{
border-color: #454C93;
}
.TagClassName
{
border-color: #454C93;
}
</style>