Shades of Governor Bay #464CAA
Tints of Governor Bay #464CAA
RGB
CMYK
RGB Variations
Color information
#464CAA (or 0x464CAA) is known color: Governor Bay. HEX triplet: 46, 4C and AA. RGB value is (70,76,170). Sum of RGB (Red+Green+Blue) = 70+76+170=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #464CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464CAA is #B9B355. Grayscale: #545454. Windows color (decimal): -12170070 or 11160646. OLE color: 11160646.
HSL color Cylindrical-coordinate representation of color #464CAA: hue angle of 236.4º 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 #464CAA is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 76 | 170 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.33 |
| HSL | 236.4º | 0.42% | 0.47% | - |
| HSV(B) | 236.4º | 0.59% | 0.67% | - |
| XYZ | 12.37 | 9.37 | 39.19 | - |
| YUV | 84.92 | 176.01 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 170 | 0.59 | 0.55 | 0 | 0.33 | 236.4 | 0.42 | 0.47 |
| Hex | 46 | 4C | AA | 3B | 37 | 0 | 21 | EC | 2A | 2F |
| Octal | 106 | 114 | 252 | 73 | 67 | 0 | 41 | 354 | 52 | 57 |
| Binary | 1000110 | 1001100 | 10101010 | 111011 | 110111 | 0 | 100001 | 11101100 | 101010 | 101111 |
Color Harmonies of #464CAA
Complementary color
Monochromatic Colors of #464CAA
Black with #464CAA
Text Example
Text Example
White with #464CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464CAA; }
p { color: rgb(70,76,170); }
H1.HeaderClassName
{
color: #464CAA;
}
.AnyTagClassName
{
color: #464CAA;
}
</style>
background-color css
<style>
a { background-color: #464CAA; }
a { background-color: rgb(70,76,170); }
div.DivClassName
{
background-color: #464CAA;
}
.BgClassName
{
background-color: #464CAA;
}
</style>
border-color css
<style>
span { border-color: #464CAA; }
span { border-color: rgb(70,76,170); }
td.TdClassName
{
border-color: #464CAA;
}
.TagClassName
{
border-color: #464CAA;
}
</style>