Shades of Governor Bay #46489D
Tints of Governor Bay #46489D
RGB
CMYK
RGB Variations
Color information
#46489D (or 0x46489D) is known color: Governor Bay. HEX triplet: 46, 48 and 9D. RGB value is (70,72,157). Sum of RGB (Red+Green+Blue) = 70+72+157=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #46489D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46489D is #B9B762. Grayscale: #505050. Windows color (decimal): -12171107 or 10307654. OLE color: 10307654.
HSL color Cylindrical-coordinate representation of color #46489D: hue angle of 238.62º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46489D is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 72 | 157 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.38 |
| HSL | 238.62º | 0.38% | 0.45% | - |
| HSV(B) | 238.62º | 0.55% | 0.62% | - |
| XYZ | 10.93 | 8.37 | 32.94 | - |
| YUV | 81.09 | 170.84 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 157 | 0.55 | 0.54 | 0 | 0.38 | 238.62 | 0.38 | 0.45 |
| Hex | 46 | 48 | 9D | 37 | 36 | 0 | 26 | EF | 26 | 2D |
| Octal | 106 | 110 | 235 | 67 | 66 | 0 | 46 | 357 | 46 | 55 |
| Binary | 1000110 | 1001000 | 10011101 | 110111 | 110110 | 0 | 100110 | 11101111 | 100110 | 101101 |
Color Harmonies of #46489D
Complementary color
Monochromatic Colors of #46489D
Black with #46489D
Text Example
Text Example
White with #46489D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46489D; }
p { color: rgb(70,72,157); }
H1.HeaderClassName
{
color: #46489D;
}
.AnyTagClassName
{
color: #46489D;
}
</style>
background-color css
<style>
a { background-color: #46489D; }
a { background-color: rgb(70,72,157); }
div.DivClassName
{
background-color: #46489D;
}
.BgClassName
{
background-color: #46489D;
}
</style>
border-color css
<style>
span { border-color: #46489D; }
span { border-color: rgb(70,72,157); }
td.TdClassName
{
border-color: #46489D;
}
.TagClassName
{
border-color: #46489D;
}
</style>