Shades of Governor Bay #46449D
Tints of Governor Bay #46449D
RGB
CMYK
RGB Variations
Color information
#46449D (or 0x46449D) is known color: Governor Bay. HEX triplet: 46, 44 and 9D. RGB value is (70,68,157). Sum of RGB (Red+Green+Blue) = 70+68+157=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #46449D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46449D is #B9BB62. Grayscale: #4E4E4E. Windows color (decimal): -12172131 or 10306630. OLE color: 10306630.
HSL color Cylindrical-coordinate representation of color #46449D: hue angle of 241.35º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46449D is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 68 | 157 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.38 |
| HSL | 241.35º | 0.4% | 0.44% | - |
| HSV(B) | 241.35º | 0.57% | 0.62% | - |
| XYZ | 10.68 | 7.87 | 32.85 | - |
| YUV | 78.74 | 172.16 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 157 | 0.55 | 0.57 | 0 | 0.38 | 241.35 | 0.4 | 0.44 |
| Hex | 46 | 44 | 9D | 37 | 39 | 0 | 26 | F1 | 28 | 2C |
| Octal | 106 | 104 | 235 | 67 | 71 | 0 | 46 | 361 | 50 | 54 |
| Binary | 1000110 | 1000100 | 10011101 | 110111 | 111001 | 0 | 100110 | 11110001 | 101000 | 101100 |
Color Harmonies of #46449D
Complementary color
Monochromatic Colors of #46449D
Black with #46449D
Text Example
Text Example
White with #46449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46449D; }
p { color: rgb(70,68,157); }
H1.HeaderClassName
{
color: #46449D;
}
.AnyTagClassName
{
color: #46449D;
}
</style>
background-color css
<style>
a { background-color: #46449D; }
a { background-color: rgb(70,68,157); }
div.DivClassName
{
background-color: #46449D;
}
.BgClassName
{
background-color: #46449D;
}
</style>
border-color css
<style>
span { border-color: #46449D; }
span { border-color: rgb(70,68,157); }
td.TdClassName
{
border-color: #46449D;
}
.TagClassName
{
border-color: #46449D;
}
</style>