Shades of Governor Bay #454FAC
Tints of Governor Bay #454FAC
RGB
CMYK
RGB Variations
Color information
#454FAC (or 0x454FAC) is known color: Governor Bay. HEX triplet: 45, 4F and AC. RGB value is (69,79,172). Sum of RGB (Red+Green+Blue) = 69+79+172=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #454FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454FAC is #BAB053. Grayscale: #565656. Windows color (decimal): -12234836 or 11292485. OLE color: 11292485.
HSL color Cylindrical-coordinate representation of color #454FAC: hue angle of 234.17º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #454FAC is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 79 | 172 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.33 |
| HSL | 234.17º | 0.43% | 0.47% | - |
| HSV(B) | 234.17º | 0.6% | 0.67% | - |
| XYZ | 12.7 | 9.84 | 40.26 | - |
| YUV | 86.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 172 | 0.60 | 0.54 | 0 | 0.33 | 234.17 | 0.43 | 0.47 |
| Hex | 45 | 4F | AC | 3C | 36 | 0 | 21 | EA | 2B | 2F |
| Octal | 105 | 117 | 254 | 74 | 66 | 0 | 41 | 352 | 53 | 57 |
| Binary | 1000101 | 1001111 | 10101100 | 111100 | 110110 | 0 | 100001 | 11101010 | 101011 | 101111 |
Color Harmonies of #454FAC
Complementary color
Monochromatic Colors of #454FAC
Black with #454FAC
Text Example
Text Example
White with #454FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454FAC; }
p { color: rgb(69,79,172); }
H1.HeaderClassName
{
color: #454FAC;
}
.AnyTagClassName
{
color: #454FAC;
}
</style>
background-color css
<style>
a { background-color: #454FAC; }
a { background-color: rgb(69,79,172); }
div.DivClassName
{
background-color: #454FAC;
}
.BgClassName
{
background-color: #454FAC;
}
</style>
border-color css
<style>
span { border-color: #454FAC; }
span { border-color: rgb(69,79,172); }
td.TdClassName
{
border-color: #454FAC;
}
.TagClassName
{
border-color: #454FAC;
}
</style>