Shades of Governor Bay #464A92
Tints of Governor Bay #464A92
RGB
CMYK
RGB Variations
Color information
#464A92 (or 0x464A92) is known color: Governor Bay. HEX triplet: 46, 4A and 92. RGB value is (70,74,146). Sum of RGB (Red+Green+Blue) = 70+74+146=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #464A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464A92 is #B9B56D. Grayscale: #505050. Windows color (decimal): -12170606 or 9587270. OLE color: 9587270.
HSL color Cylindrical-coordinate representation of color #464A92: hue angle of 236.84º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #464A92 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 74 | 146 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.43 |
| HSL | 236.84º | 0.35% | 0.42% | - |
| HSV(B) | 236.84º | 0.52% | 0.57% | - |
| XYZ | 10.16 | 8.27 | 28.26 | - |
| YUV | 81.01 | 164.67 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 146 | 0.52 | 0.49 | 0 | 0.43 | 236.84 | 0.35 | 0.42 |
| Hex | 46 | 4A | 92 | 34 | 31 | 0 | 2B | ED | 23 | 2A |
| Octal | 106 | 112 | 222 | 64 | 61 | 0 | 53 | 355 | 43 | 52 |
| Binary | 1000110 | 1001010 | 10010010 | 110100 | 110001 | 0 | 101011 | 11101101 | 100011 | 101010 |
Color Harmonies of #464A92
Complementary color
Monochromatic Colors of #464A92
Black with #464A92
Text Example
Text Example
White with #464A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464A92; }
p { color: rgb(70,74,146); }
H1.HeaderClassName
{
color: #464A92;
}
.AnyTagClassName
{
color: #464A92;
}
</style>
background-color css
<style>
a { background-color: #464A92; }
a { background-color: rgb(70,74,146); }
div.DivClassName
{
background-color: #464A92;
}
.BgClassName
{
background-color: #464A92;
}
</style>
border-color css
<style>
span { border-color: #464A92; }
span { border-color: rgb(70,74,146); }
td.TdClassName
{
border-color: #464A92;
}
.TagClassName
{
border-color: #464A92;
}
</style>