Shades of Governor Bay #454BA3
Tints of Governor Bay #454BA3
RGB
CMYK
RGB Variations
Color information
#454BA3 (or 0x454BA3) is known color: Governor Bay. HEX triplet: 45, 4B and A3. RGB value is (69,75,163). Sum of RGB (Red+Green+Blue) = 69+75+163=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 163 (64.06% from 255 or 53.09% from 307); Max value from RGB is 163 - color contains mainly: blue. Hex color #454BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454BA3 is #BAB45C. Grayscale: #525252. Windows color (decimal): -12235869 or 10701637. OLE color: 10701637.
HSL color Cylindrical-coordinate representation of color #454BA3: hue angle of 236.17º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #454BA3 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 75 | 163 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.36 |
| HSL | 236.17º | 0.41% | 0.45% | - |
| HSV(B) | 236.17º | 0.58% | 0.64% | - |
| XYZ | 11.58 | 8.94 | 35.77 | - |
| YUV | 83.24 | 173.01 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 163 | 0.58 | 0.54 | 0 | 0.36 | 236.17 | 0.41 | 0.45 |
| Hex | 45 | 4B | A3 | 3A | 36 | 0 | 24 | EC | 29 | 2D |
| Octal | 105 | 113 | 243 | 72 | 66 | 0 | 44 | 354 | 51 | 55 |
| Binary | 1000101 | 1001011 | 10100011 | 111010 | 110110 | 0 | 100100 | 11101100 | 101001 | 101101 |
Color Harmonies of #454BA3
Complementary color
Monochromatic Colors of #454BA3
Black with #454BA3
Text Example
Text Example
White with #454BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454BA3; }
p { color: rgb(69,75,163); }
H1.HeaderClassName
{
color: #454BA3;
}
.AnyTagClassName
{
color: #454BA3;
}
</style>
background-color css
<style>
a { background-color: #454BA3; }
a { background-color: rgb(69,75,163); }
div.DivClassName
{
background-color: #454BA3;
}
.BgClassName
{
background-color: #454BA3;
}
</style>
border-color css
<style>
span { border-color: #454BA3; }
span { border-color: rgb(69,75,163); }
td.TdClassName
{
border-color: #454BA3;
}
.TagClassName
{
border-color: #454BA3;
}
</style>