Shades of Governor Bay #464B8F
Tints of Governor Bay #464B8F
RGB
CMYK
RGB Variations
Color information
#464B8F (or 0x464B8F) is known color: Governor Bay. HEX triplet: 46, 4B and 8F. RGB value is (70,75,143). Sum of RGB (Red+Green+Blue) = 70+75+143=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #464B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464B8F is #B9B470. Grayscale: #505050. Windows color (decimal): -12170353 or 9390918. OLE color: 9390918.
HSL color Cylindrical-coordinate representation of color #464B8F: hue angle of 235.89º degrees, saturation: 0.34, 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 #464B8F is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 75 | 143 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.44 |
| HSL | 235.89º | 0.34% | 0.42% | - |
| HSV(B) | 235.89º | 0.51% | 0.56% | - |
| XYZ | 10 | 8.32 | 27.06 | - |
| YUV | 81.26 | 162.84 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 143 | 0.51 | 0.48 | 0 | 0.44 | 235.89 | 0.34 | 0.42 |
| Hex | 46 | 4B | 8F | 33 | 30 | 0 | 2C | EC | 22 | 2A |
| Octal | 106 | 113 | 217 | 63 | 60 | 0 | 54 | 354 | 42 | 52 |
| Binary | 1000110 | 1001011 | 10001111 | 110011 | 110000 | 0 | 101100 | 11101100 | 100010 | 101010 |
Color Harmonies of #464B8F
Complementary color
Monochromatic Colors of #464B8F
Black with #464B8F
Text Example
Text Example
White with #464B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B8F; }
p { color: rgb(70,75,143); }
H1.HeaderClassName
{
color: #464B8F;
}
.AnyTagClassName
{
color: #464B8F;
}
</style>
background-color css
<style>
a { background-color: #464B8F; }
a { background-color: rgb(70,75,143); }
div.DivClassName
{
background-color: #464B8F;
}
.BgClassName
{
background-color: #464B8F;
}
</style>
border-color css
<style>
span { border-color: #464B8F; }
span { border-color: rgb(70,75,143); }
td.TdClassName
{
border-color: #464B8F;
}
.TagClassName
{
border-color: #464B8F;
}
</style>