Shades of Governor Bay #464A93
Tints of Governor Bay #464A93
RGB
CMYK
RGB Variations
Color information
#464A93 (or 0x464A93) is known color: Governor Bay. HEX triplet: 46, 4A and 93. RGB value is (70,74,147). Sum of RGB (Red+Green+Blue) = 70+74+147=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #464A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464A93 is #B9B56C. Grayscale: #505050. Windows color (decimal): -12170605 or 9652806. OLE color: 9652806.
HSL color Cylindrical-coordinate representation of color #464A93: hue angle of 236.88º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #464A93 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 74 | 147 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.42 |
| HSL | 236.88º | 0.35% | 0.43% | - |
| HSV(B) | 236.88º | 0.52% | 0.58% | - |
| XYZ | 10.24 | 8.31 | 28.67 | - |
| YUV | 81.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 147 | 0.52 | 0.50 | 0 | 0.42 | 236.88 | 0.35 | 0.43 |
| Hex | 46 | 4A | 93 | 34 | 32 | 0 | 2A | ED | 23 | 2B |
| Octal | 106 | 112 | 223 | 64 | 62 | 0 | 52 | 355 | 43 | 53 |
| Binary | 1000110 | 1001010 | 10010011 | 110100 | 110010 | 0 | 101010 | 11101101 | 100011 | 101011 |
Color Harmonies of #464A93
Complementary color
Monochromatic Colors of #464A93
Black with #464A93
Text Example
Text Example
White with #464A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464A93; }
p { color: rgb(70,74,147); }
H1.HeaderClassName
{
color: #464A93;
}
.AnyTagClassName
{
color: #464A93;
}
</style>
background-color css
<style>
a { background-color: #464A93; }
a { background-color: rgb(70,74,147); }
div.DivClassName
{
background-color: #464A93;
}
.BgClassName
{
background-color: #464A93;
}
</style>
border-color css
<style>
span { border-color: #464A93; }
span { border-color: rgb(70,74,147); }
td.TdClassName
{
border-color: #464A93;
}
.TagClassName
{
border-color: #464A93;
}
</style>