Shades of Governor Bay #464A95
Tints of Governor Bay #464A95
RGB
CMYK
RGB Variations
Color information
#464A95 (or 0x464A95) is known color: Governor Bay. HEX triplet: 46, 4A and 95. RGB value is (70,74,149). Sum of RGB (Red+Green+Blue) = 70+74+149=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #464A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464A95 is #B9B56A. Grayscale: #515151. Windows color (decimal): -12170603 or 9783878. OLE color: 9783878.
HSL color Cylindrical-coordinate representation of color #464A95: hue angle of 236.96º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #464A95 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 74 | 149 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.42 |
| HSL | 236.96º | 0.36% | 0.43% | - |
| HSV(B) | 236.96º | 0.53% | 0.58% | - |
| XYZ | 10.4 | 8.37 | 29.5 | - |
| YUV | 81.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 149 | 0.53 | 0.50 | 0 | 0.42 | 236.96 | 0.36 | 0.43 |
| Hex | 46 | 4A | 95 | 35 | 32 | 0 | 2A | ED | 24 | 2B |
| Octal | 106 | 112 | 225 | 65 | 62 | 0 | 52 | 355 | 44 | 53 |
| Binary | 1000110 | 1001010 | 10010101 | 110101 | 110010 | 0 | 101010 | 11101101 | 100100 | 101011 |
Color Harmonies of #464A95
Complementary color
Monochromatic Colors of #464A95
Black with #464A95
Text Example
Text Example
White with #464A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464A95; }
p { color: rgb(70,74,149); }
H1.HeaderClassName
{
color: #464A95;
}
.AnyTagClassName
{
color: #464A95;
}
</style>
background-color css
<style>
a { background-color: #464A95; }
a { background-color: rgb(70,74,149); }
div.DivClassName
{
background-color: #464A95;
}
.BgClassName
{
background-color: #464A95;
}
</style>
border-color css
<style>
span { border-color: #464A95; }
span { border-color: rgb(70,74,149); }
td.TdClassName
{
border-color: #464A95;
}
.TagClassName
{
border-color: #464A95;
}
</style>