Shades of Governor Bay #464DAA
Tints of Governor Bay #464DAA
RGB
CMYK
RGB Variations
Color information
#464DAA (or 0x464DAA) is known color: Governor Bay. HEX triplet: 46, 4D and AA. RGB value is (70,77,170). Sum of RGB (Red+Green+Blue) = 70+77+170=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #464DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464DAA is #B9B255. Grayscale: #555555. Windows color (decimal): -12169814 or 11160902. OLE color: 11160902.
HSL color Cylindrical-coordinate representation of color #464DAA: hue angle of 235.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #464DAA is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 77 | 170 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.33 |
| HSL | 235.8º | 0.42% | 0.47% | - |
| HSV(B) | 235.8º | 0.59% | 0.67% | - |
| XYZ | 12.44 | 9.51 | 39.21 | - |
| YUV | 85.51 | 175.68 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 170 | 0.59 | 0.55 | 0 | 0.33 | 235.8 | 0.42 | 0.47 |
| Hex | 46 | 4D | AA | 3B | 37 | 0 | 21 | EC | 2A | 2F |
| Octal | 106 | 115 | 252 | 73 | 67 | 0 | 41 | 354 | 52 | 57 |
| Binary | 1000110 | 1001101 | 10101010 | 111011 | 110111 | 0 | 100001 | 11101100 | 101010 | 101111 |
Color Harmonies of #464DAA
Complementary color
Monochromatic Colors of #464DAA
Black with #464DAA
Text Example
Text Example
White with #464DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464DAA; }
p { color: rgb(70,77,170); }
H1.HeaderClassName
{
color: #464DAA;
}
.AnyTagClassName
{
color: #464DAA;
}
</style>
background-color css
<style>
a { background-color: #464DAA; }
a { background-color: rgb(70,77,170); }
div.DivClassName
{
background-color: #464DAA;
}
.BgClassName
{
background-color: #464DAA;
}
</style>
border-color css
<style>
span { border-color: #464DAA; }
span { border-color: rgb(70,77,170); }
td.TdClassName
{
border-color: #464DAA;
}
.TagClassName
{
border-color: #464DAA;
}
</style>