Shades of Governor Bay #464C8B
Tints of Governor Bay #464C8B
RGB
CMYK
RGB Variations
Color information
#464C8B (or 0x464C8B) is known color: Governor Bay. HEX triplet: 46, 4C and 8B. RGB value is (70,76,139). Sum of RGB (Red+Green+Blue) = 70+76+139=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #464C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464C8B is #B9B374. Grayscale: #515151. Windows color (decimal): -12170101 or 9129030. OLE color: 9129030.
HSL color Cylindrical-coordinate representation of color #464C8B: hue angle of 234.78º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #464C8B is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 76 | 139 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.45 |
| HSL | 234.78º | 0.33% | 0.41% | - |
| HSV(B) | 234.78º | 0.5% | 0.55% | - |
| XYZ | 9.77 | 8.34 | 25.52 | - |
| YUV | 81.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 139 | 0.50 | 0.45 | 0 | 0.45 | 234.78 | 0.33 | 0.41 |
| Hex | 46 | 4C | 8B | 32 | 2D | 0 | 2D | EB | 21 | 29 |
| Octal | 106 | 114 | 213 | 62 | 55 | 0 | 55 | 353 | 41 | 51 |
| Binary | 1000110 | 1001100 | 10001011 | 110010 | 101101 | 0 | 101101 | 11101011 | 100001 | 101001 |
Color Harmonies of #464C8B
Complementary color
Monochromatic Colors of #464C8B
Black with #464C8B
Text Example
Text Example
White with #464C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C8B; }
p { color: rgb(70,76,139); }
H1.HeaderClassName
{
color: #464C8B;
}
.AnyTagClassName
{
color: #464C8B;
}
</style>
background-color css
<style>
a { background-color: #464C8B; }
a { background-color: rgb(70,76,139); }
div.DivClassName
{
background-color: #464C8B;
}
.BgClassName
{
background-color: #464C8B;
}
</style>
border-color css
<style>
span { border-color: #464C8B; }
span { border-color: rgb(70,76,139); }
td.TdClassName
{
border-color: #464C8B;
}
.TagClassName
{
border-color: #464C8B;
}
</style>