Shades of Governor Bay #465090
Tints of Governor Bay #465090
RGB
CMYK
RGB Variations
Color information
#465090 (or 0x465090) is known color: Governor Bay. HEX triplet: 46, 50 and 90. RGB value is (70,80,144). Sum of RGB (Red+Green+Blue) = 70+80+144=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #465090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465090 is #B9AF6F. Grayscale: #545454. Windows color (decimal): -12169072 or 9457734. OLE color: 9457734.
HSL color Cylindrical-coordinate representation of color #465090: hue angle of 231.89º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #465090 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 80 | 144 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.44 |
| HSL | 231.89º | 0.35% | 0.42% | - |
| HSV(B) | 231.89º | 0.51% | 0.56% | - |
| XYZ | 10.43 | 9.05 | 27.58 | - |
| YUV | 84.31 | 161.69 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 144 | 0.51 | 0.44 | 0 | 0.44 | 231.89 | 0.35 | 0.42 |
| Hex | 46 | 50 | 90 | 33 | 2C | 0 | 2C | E8 | 23 | 2A |
| Octal | 106 | 120 | 220 | 63 | 54 | 0 | 54 | 350 | 43 | 52 |
| Binary | 1000110 | 1010000 | 10010000 | 110011 | 101100 | 0 | 101100 | 11101000 | 100011 | 101010 |
Color Harmonies of #465090
Complementary color
Monochromatic Colors of #465090
Black with #465090
Text Example
Text Example
White with #465090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465090; }
p { color: rgb(70,80,144); }
H1.HeaderClassName
{
color: #465090;
}
.AnyTagClassName
{
color: #465090;
}
</style>
background-color css
<style>
a { background-color: #465090; }
a { background-color: rgb(70,80,144); }
div.DivClassName
{
background-color: #465090;
}
.BgClassName
{
background-color: #465090;
}
</style>
border-color css
<style>
span { border-color: #465090; }
span { border-color: rgb(70,80,144); }
td.TdClassName
{
border-color: #465090;
}
.TagClassName
{
border-color: #465090;
}
</style>