Shades of Governor Bay #464D8C
Tints of Governor Bay #464D8C
RGB
CMYK
RGB Variations
Color information
#464D8C (or 0x464D8C) is known color: Governor Bay. HEX triplet: 46, 4D and 8C. RGB value is (70,77,140). Sum of RGB (Red+Green+Blue) = 70+77+140=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #464D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464D8C is #B9B273. Grayscale: #515151. Windows color (decimal): -12169844 or 9194822. OLE color: 9194822.
HSL color Cylindrical-coordinate representation of color #464D8C: hue angle of 234º 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 #464D8C is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 77 | 140 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.45 |
| HSL | 234º | 0.33% | 0.41% | - |
| HSV(B) | 234º | 0.5% | 0.55% | - |
| XYZ | 9.91 | 8.5 | 25.93 | - |
| YUV | 82.09 | 160.68 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 140 | 0.50 | 0.45 | 0 | 0.45 | 234 | 0.33 | 0.41 |
| Hex | 46 | 4D | 8C | 32 | 2D | 0 | 2D | EA | 21 | 29 |
| Octal | 106 | 115 | 214 | 62 | 55 | 0 | 55 | 352 | 41 | 51 |
| Binary | 1000110 | 1001101 | 10001100 | 110010 | 101101 | 0 | 101101 | 11101010 | 100001 | 101001 |
Color Harmonies of #464D8C
Complementary color
Monochromatic Colors of #464D8C
Black with #464D8C
Text Example
Text Example
White with #464D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D8C; }
p { color: rgb(70,77,140); }
H1.HeaderClassName
{
color: #464D8C;
}
.AnyTagClassName
{
color: #464D8C;
}
</style>
background-color css
<style>
a { background-color: #464D8C; }
a { background-color: rgb(70,77,140); }
div.DivClassName
{
background-color: #464D8C;
}
.BgClassName
{
background-color: #464D8C;
}
</style>
border-color css
<style>
span { border-color: #464D8C; }
span { border-color: rgb(70,77,140); }
td.TdClassName
{
border-color: #464D8C;
}
.TagClassName
{
border-color: #464D8C;
}
</style>