Shades of Governor Bay #464E9D
Tints of Governor Bay #464E9D
RGB
CMYK
RGB Variations
Color information
#464E9D (or 0x464E9D) is known color: Governor Bay. HEX triplet: 46, 4E and 9D. RGB value is (70,78,157). Sum of RGB (Red+Green+Blue) = 70+78+157=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #464E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464E9D is #B9B162. Grayscale: #545454. Windows color (decimal): -12169571 or 10309190. OLE color: 10309190.
HSL color Cylindrical-coordinate representation of color #464E9D: hue angle of 234.48º 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 #464E9D is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 78 | 157 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.38 |
| HSL | 234.48º | 0.38% | 0.45% | - |
| HSV(B) | 234.48º | 0.55% | 0.62% | - |
| XYZ | 11.34 | 9.19 | 33.07 | - |
| YUV | 84.61 | 168.85 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 157 | 0.55 | 0.50 | 0 | 0.38 | 234.48 | 0.38 | 0.45 |
| Hex | 46 | 4E | 9D | 37 | 32 | 0 | 26 | EA | 26 | 2D |
| Octal | 106 | 116 | 235 | 67 | 62 | 0 | 46 | 352 | 46 | 55 |
| Binary | 1000110 | 1001110 | 10011101 | 110111 | 110010 | 0 | 100110 | 11101010 | 100110 | 101101 |
Color Harmonies of #464E9D
Complementary color
Monochromatic Colors of #464E9D
Black with #464E9D
Text Example
Text Example
White with #464E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E9D; }
p { color: rgb(70,78,157); }
H1.HeaderClassName
{
color: #464E9D;
}
.AnyTagClassName
{
color: #464E9D;
}
</style>
background-color css
<style>
a { background-color: #464E9D; }
a { background-color: rgb(70,78,157); }
div.DivClassName
{
background-color: #464E9D;
}
.BgClassName
{
background-color: #464E9D;
}
</style>
border-color css
<style>
span { border-color: #464E9D; }
span { border-color: rgb(70,78,157); }
td.TdClassName
{
border-color: #464E9D;
}
.TagClassName
{
border-color: #464E9D;
}
</style>