Shades of Governor Bay #46529B
Tints of Governor Bay #46529B
RGB
CMYK
RGB Variations
Color information
#46529B (or 0x46529B) is known color: Governor Bay. HEX triplet: 46, 52 and 9B. RGB value is (70,82,155). Sum of RGB (Red+Green+Blue) = 70+82+155=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #46529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46529B is #B9AD64. Grayscale: #565656. Windows color (decimal): -12168549 or 10179142. OLE color: 10179142.
HSL color Cylindrical-coordinate representation of color #46529B: hue angle of 231.53º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46529B is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 82 | 155 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.39 |
| HSL | 231.53º | 0.38% | 0.44% | - |
| HSV(B) | 231.53º | 0.55% | 0.61% | - |
| XYZ | 11.46 | 9.7 | 32.28 | - |
| YUV | 86.73 | 166.52 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 155 | 0.55 | 0.47 | 0 | 0.39 | 231.53 | 0.38 | 0.44 |
| Hex | 46 | 52 | 9B | 37 | 2F | 0 | 27 | E8 | 26 | 2C |
| Octal | 106 | 122 | 233 | 67 | 57 | 0 | 47 | 350 | 46 | 54 |
| Binary | 1000110 | 1010010 | 10011011 | 110111 | 101111 | 0 | 100111 | 11101000 | 100110 | 101100 |
Color Harmonies of #46529B
Complementary color
Monochromatic Colors of #46529B
Black with #46529B
Text Example
Text Example
White with #46529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46529B; }
p { color: rgb(70,82,155); }
H1.HeaderClassName
{
color: #46529B;
}
.AnyTagClassName
{
color: #46529B;
}
</style>
background-color css
<style>
a { background-color: #46529B; }
a { background-color: rgb(70,82,155); }
div.DivClassName
{
background-color: #46529B;
}
.BgClassName
{
background-color: #46529B;
}
</style>
border-color css
<style>
span { border-color: #46529B; }
span { border-color: rgb(70,82,155); }
td.TdClassName
{
border-color: #46529B;
}
.TagClassName
{
border-color: #46529B;
}
</style>